Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 4b7e540

Browse files
authored
Merge pull request #352 from webimpress/hotfix/351
Fix #351 - Added missing import
2 parents 1f2b0c6 + 469a668 commit 4b7e540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ZfcRbac/Initializer/AuthorizationServiceInitializer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
namespace ZfcRbac\Initializer;
2020

2121
use Interop\Container\ContainerInterface;
22+
use Zend\ServiceManager\AbstractPluginManager;
2223
use Zend\ServiceManager\InitializerInterface;
2324
use Zend\ServiceManager\ServiceLocatorInterface;
2425
use ZfcRbac\Service\AuthorizationServiceAwareInterface;

0 commit comments

Comments
 (0)