@@ -38,19 +38,19 @@ |
||
38 | 38 | { |
39 | 39 | return [ |
40 | 40 | // @deprecated since v11, will be removed in v12 |
41 | - Object\Container\Container::class => [ static::class, 'getObjectContainer' ], |
|
41 | + Object\Container\Container::class => [static::class, 'getObjectContainer'], |
|
42 | 42 | // @deprecated since v11, will be removed in v12 |
43 | - Object\ObjectManager::class => [ static::class, 'getObjectManager' ], |
|
43 | + Object\ObjectManager::class => [static::class, 'getObjectManager'], |
|
44 | 44 | // @deprecated since v11, will be removed in v12 |
45 | - SignalSlot\Dispatcher::class => [ static::class, 'getSignalSlotDispatcher' ], |
|
46 | - Configuration\BackendConfigurationManager::class => [ static::class, 'getBackendConfigurationManager' ], |
|
47 | - Configuration\ConfigurationManager::class => [ static::class, 'getConfigurationManager' ], |
|
48 | - Reflection\ReflectionService::class => [ static::class, 'getReflectionService' ], |
|
45 | + SignalSlot\Dispatcher::class => [static::class, 'getSignalSlotDispatcher'], |
|
46 | + Configuration\BackendConfigurationManager::class => [static::class, 'getBackendConfigurationManager'], |
|
47 | + Configuration\ConfigurationManager::class => [static::class, 'getConfigurationManager'], |
|
48 | + Reflection\ReflectionService::class => [static::class, 'getReflectionService'], |
|
49 | 49 | // @deprecated since v11, will be removed in v12 |
50 | - Service\EnvironmentService::class => [ static::class, 'getEnvironmentService' ], |
|
51 | - Service\ExtensionService::class => [ static::class, 'getExtensionService' ], |
|
52 | - Service\ImageService::class => [ static::class, 'getImageService' ], |
|
53 | - Security\Cryptography\HashService::class => [ static::class, 'getHashService' ], |
|
50 | + Service\EnvironmentService::class => [static::class, 'getEnvironmentService'], |
|
51 | + Service\ExtensionService::class => [static::class, 'getExtensionService'], |
|
52 | + Service\ImageService::class => [static::class, 'getImageService'], |
|
53 | + Security\Cryptography\HashService::class => [static::class, 'getHashService'], |
|
54 | 54 | ]; |
55 | 55 | } |
56 | 56 |