Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
demo-school-management.trinadezambia.com
/
PHP_Code
/
app
/
Repositories
/
Assignment
:
AssignmentRepository.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace App\Repositories\Assignment; use App\Models\Assignment; use App\Repositories\Saas\SaaSRepository; class AssignmentRepository extends SaaSRepository implements AssignmentInterface { public function __construct(Assignment $model) { parent::__construct($model); } }