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.
2 parents 67e7dd7 + bfa0072 commit 63de3dfCopy full SHA for 63de3df
src/Acl/Auth/Authorizator.php
@@ -50,7 +50,7 @@ public function __construct(array $config, ServiceLocatorInterface $serviceManag
50
*/
51
public function authorize(RequestInterface $request): bool
52
{
53
- if ($request instanceof \Zend\Console\Response)
+ if ($request instanceof \Zend\Console\Request)
54
55
return true;
56
}
0 commit comments