@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function createService(ServiceLocatorInterface $serviceLocator) |
32 | 32 | { |
33 | - $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator; |
|
33 | + $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator; |
|
34 | 34 | |
35 | 35 | |
36 | 36 | /** @var ManagerRegistryProviderInterface $managerRegistryProvider */ |
@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function createService(ServiceLocatorInterface $serviceLocator) |
33 | 33 | { |
34 | - $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator; |
|
34 | + $appServiceLocator = $serviceLocator instanceof AbstractPluginManager ? $serviceLocator->getServiceLocator() : $serviceLocator; |
|
35 | 35 | |
36 | 36 | /** @var ManagerRegistryProviderInterface $managerRegistryProvider */ |
37 | 37 | $managerRegistryProvider = $appServiceLocator->get(ManagerRegistryProviderInterface::class); |