diff --git a/routes/console.php b/routes/console.php index 317f621d..92a8f268 100644 --- a/routes/console.php +++ b/routes/console.php @@ -2,7 +2,6 @@ use Illuminate\Support\Facades\Schedule; -Schedule::command('demo:reset')->twiceDaily(); Schedule::command('budgets:generate-periods')->daily(); Schedule::command('banking:sync')->everySixHours(); Schedule::command('banks:check-logos')->weekly();