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
/
FeatureSection
:
FeatureSectionRepository.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace App\Repositories\FeatureSection; use App\Models\FeatureSection; use App\Repositories\Base\BaseRepository; class FeatureSectionRepository extends BaseRepository implements FeatureSectionInterface { public function __construct(FeatureSection $model) { parent::__construct($model,'FeatureSection'); } }