Skip to content

Commit bfa0072

Browse files
author
Maiara
committed
Correção para aceitar rota de console
OV-811
1 parent 98b4f97 commit bfa0072

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)