Beispiel #1
0
 protected function _settings()
 {
     // The Model should handle its cron tasks - hourly, daily
     \Ad::hourly();
     \Click::hourly();
     \User::hourly();
 }