Skip to content

Commit 072ce1a

Browse files
author
Oleksii Korshenko
committed
MAGETWO-52572: [Github] Change return value from boolean to ActionInterface in match() method… #3851
- added use declaration
1 parent 30b1dda commit 072ce1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/App/Router/DefaultRouter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Magento\Framework\App\ActionFactory;
1111
use Magento\Framework\App\RequestInterface;
1212
use Magento\Framework\App\RouterInterface;
13+
use Magento\Framework\App\ActionInterface;
1314

1415
class DefaultRouter implements RouterInterface
1516
{

0 commit comments

Comments
 (0)