File "SchoolSettingInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/SchoolSetting/SchoolSettingInterface.php
File size: 236 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\SchoolSetting;
use App\Repositories\Base\BaseInterface;
interface SchoolSettingInterface extends BaseInterface {
public function getSpecificData($name);
public function getBulkData($array);
}