File "AssignmentInterface-20260607064130.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Assignment/AssignmentInterface-20260607064130.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\Assignment;
use App\Repositories\Base\BaseInterface;
interface AssignmentInterface extends BaseInterface {
}