Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 15, 2024
1 parent 78e3dce commit 3d800c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public function withRouting(?Closure $using = null,
* @param callable|null $then
* @return \Closure
*/
protected function buildRoutingCallback(array|string|null $web = null,
array|string|null $api = null,
protected function buildRoutingCallback(array|string|null $web,
array|string|null $api,
?string $pages,
?string $health,
string $apiPrefix,
Expand Down

0 comments on commit 3d800c5

Please sign in to comment.