示例#1
0
 /**
  * Schedule our potential jobs
  */
 public function schedule()
 {
     $this->getScheduleService()->scheduleJobs();
     Cli::output('Sucessfully scheduled jobs');
 }
示例#2
0
 /**
  * Setup table to hold our migrations
  */
 public function init()
 {
     include_once Config::path("Virge\\Cron@resources/setup/database.php");
     Cli::output('Successfully initialized cron table');
 }