Skip to content

Commit

Permalink
[11.x] Removing unused var assignment in Illuminate Router (#53575)
Browse files Browse the repository at this point in the history
* [11.x] Removing unused var assignment in Illuminate Router

* fix: readability concerns
  • Loading branch information
Carnicero90 authored Nov 19, 2024
1 parent 5c6010e commit 47f4309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ protected function mergeGroupAttributesIntoRoute($route)
{
$route->setAction($this->mergeWithLastGroup(
$route->getAction(),
$prependExistingPrefix = false
prependExistingPrefix: false
));
}

Expand Down

0 comments on commit 47f4309

Please sign in to comment.