8889841chome/clixcotz/fmi.clix.co.tz/app/Console/Kernel.php000064400000002034150432046650016217 0ustar00command('purchase:auto')->everyFiveMinutes(); $schedule->command('dsoalert:find')->dailyAt('00:00'); $schedule->command('reset:db')->everyMinute(); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }