Skip to content

Commit

Permalink
Remove the schedule of a non-existent command (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mako321 authored Jul 25, 2023
1 parent fca91c8 commit f965666
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@ public function boot()
if (!$this->app->routesAreCached() && method_exists(Passport::class, 'routes')) {
Passport::routes();
}

$this->app->booted(function () {
$schedule = $this->app->make(Schedule::class);
$schedule->command('applications:export')->dailyAt('1:00');
});
}
}

0 comments on commit f965666

Please sign in to comment.