Skip to content

Commit

Permalink
chore: remove return on void callback (#47969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo De Spírito authored Aug 4, 2023
1 parent 05e9a28 commit dd5c517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/QueueServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected function registerWorker()

$app->forgetScopedInstances();

return Facade::clearResolvedInstances();
Facade::clearResolvedInstances();
};

return new Worker(
Expand Down

0 comments on commit dd5c517

Please sign in to comment.