Skip to content

Commit

Permalink
Fix (#50979)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 authored Apr 9, 2024
1 parent 81d8154 commit bc448b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ protected function withCommandRouting(array $paths)
/**
* Register the scheduled tasks for the application.
*
* @param callable(Schedule $schedule): void $callback
* @param callable(\Illuminate\Console\Scheduling\Schedule $schedule): void $callback
* @return $this
*/
public function withSchedule(callable $callback)
Expand Down

0 comments on commit bc448b9

Please sign in to comment.