command('sitemap:generate')->dailyAt('03:00'); } protected $commands = [ InitRoles::class, ]; /** * Register the commands for the application. * * @return void */ protected function commands() { $this->loadCommandsForConsoleKernel(); $this->loadRoutesForConsoleKernel(); } }