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 6d1afb1 commit 2ad147bCopy full SHA for 2ad147b
Observer/Backend/Controller/ActionPredispatch.php
@@ -59,7 +59,7 @@ public function execute(
59
return $this;
60
}
61
62
- $controllerName = $this->request->getControllerName(); // @phpstan-ignore-line
+ $controllerName = $this->request->getControllerName();
63
if ($controllerName !== 'rate') {
64
65
0 commit comments