/home/techb158/ileadtechnology.com/SSM/app/Console
NameSizeModeActions
Commands/-0755rm
.DS_Store81960644editdlrm
Kernel.php9040644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Console/Kernel.php (904B)
command('test-cron-job')->everyFiveMinutes(); $schedule->command('queue:work --stop-when-empty')->everyMinute(); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }