File "PayrollSettingInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/PayrollSetting/PayrollSettingInterface.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\PayrollSetting;
use App\Repositories\Base\BaseInterface;
interface PayrollSettingInterface extends BaseInterface {
}