예제 #1
0
 /**
  * If we have job scheduling running through the site, we check to see if it's time to go for it.
  */
 protected static function handleScheduledJobs()
 {
     return static::$instance->handleScheduledJobs();
 }