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