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
/
SystemSetting
:
SystemSettingInterface.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace App\Repositories\SystemSetting; use App\Repositories\Base\BaseInterface; interface SystemSettingInterface extends BaseInterface { public function getSpecificData($name); public function getBulkData($array); }