|
@@ -30,7 +30,7 @@ |
|
|
block discarded – undo |
|
30
|
30
|
*/ |
|
31
|
31
|
protected function addSecurityFacade(DependencyContainerInterface $container |
|
32
|
32
|
): \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface { |
|
33
|
|
- $container[self::SECURITY_FACADE] = function (DependencyContainerInterface $container) { |
|
|
33
|
+ $container[self::SECURITY_FACADE] = function(DependencyContainerInterface $container) { |
|
34
|
34
|
return $container->getLocator()->security()->facade(); |
|
35
|
35
|
}; |
|
36
|
36
|
return $container; |
Please login to merge, or discard this patch.