info('Scheduler is enabled. Starting.'); $this->call('schedule:work'); exit(0); } else { exit(0); } } }