D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
www
/
gestiondepersonal
/
core
/
src
/
Model
/
Filename :
Notification.php
back
Copy
<?php /** * Created by PhpStorm. * User: Thilina * Date: 8/21/17 * Time: 2:35 AM */ namespace Model; class Notification extends BaseModel { public $table = 'Notifications'; public function getManagerAccess() { return array(); } public function getUserAccess() { return array(); } }