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