Skip to content

Commit 63de3df

Browse files
authored
Merge pull request #3 from phphacks/OV-811
Correção para aceitar rota de console
2 parents 67e7dd7 + bfa0072 commit 63de3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Acl/Auth/Authorizator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(array $config, ServiceLocatorInterface $serviceManag
5050
*/
5151
public function authorize(RequestInterface $request): bool
5252
{
53-
if ($request instanceof \Zend\Console\Response)
53+
if ($request instanceof \Zend\Console\Request)
5454
{
5555
return true;
5656
}

0 commit comments

Comments
 (0)