Upgrades from IceHrm Pro v24
This commit is contained in:
@@ -11,4 +11,19 @@ namespace Model;
|
||||
class Cron extends BaseModel
|
||||
{
|
||||
public $table = 'Crons';
|
||||
|
||||
public function getAdminAccess()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
public function getManagerAccess()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
public function getUserAccess()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user