Skip to content

Commit 47f4309

Browse files
authored
[11.x] Removing unused var assignment in Illuminate Router (#53575)
* [11.x] Removing unused var assignment in Illuminate Router * fix: readability concerns
1 parent 5c6010e commit 47f4309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ protected function mergeGroupAttributesIntoRoute($route)
709709
{
710710
$route->setAction($this->mergeWithLastGroup(
711711
$route->getAction(),
712-
$prependExistingPrefix = false
712+
prependExistingPrefix: false
713713
));
714714
}
715715

0 commit comments

Comments
 (0)