Skip to content

Commit

Permalink
fix: Resolve argument error for sanctum command
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Dec 30, 2024
1 parent e71ee4e commit 9aafa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Schedule::command(FetchNewFeatures::class)
->dailyAt('02:00');

Schedule::command(PruneExpired::class, ['hours' => 24])
Schedule::command(PruneExpired::class)
->dailyAt('05:00');

Schedule::command(SendPersonalAccessTokenExpiringSoon::class)
Expand Down

0 comments on commit 9aafa47

Please sign in to comment.