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.
1 parent e5625ba commit f8a861fCopy full SHA for f8a861f
EventListener/ResolveControllerNameSubscriber.php
@@ -48,7 +48,7 @@ public function resolveControllerName(...$args)
48
49
public function __call(string $method, array $args)
50
{
51
- if ('onKernelRequest' !== $method && 'onKernelRequest' !== strtolower($method)) {
+ if ('onKernelRequest' !== $method && 'onkernelrequest' !== strtolower($method)) {
52
throw new \Error(sprintf('Error: Call to undefined method "%s::%s()".', static::class, $method));
53
}
54
0 commit comments