We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AttributeClassLoader
1 parent 8a7df87 commit 7a46f7dCopy full SHA for 7a46f7d
Routing/AttributeRouteControllerLoader.php
@@ -26,7 +26,7 @@ class AttributeRouteControllerLoader extends AttributeClassLoader
26
/**
27
* Configures the _controller default parameter of a given Route instance.
28
*/
29
- protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, object $annot): void
+ protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, object $attr): void
30
{
31
if ('__invoke' === $method->getName()) {
32
$route->setDefault('_controller', $class->getName());
0 commit comments