command('market-stack:update-dividends')->monthly(); $schedule->command('market-stack:update-market-values')->monthly(); } protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }