/home/techb158/ileadtechnology.com/SSM/app/Console
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');
}
}