@@ -15,11 +15,11 @@ |
||
15 | 15 | |
16 | 16 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
17 | 17 | { |
18 | - $container[self::RABBITMQ_FACADE] = function (DependencyContainerInterface $container) { |
|
18 | + $container[self::RABBITMQ_FACADE] = function(DependencyContainerInterface $container) { |
|
19 | 19 | return $container->getLocator()->rabbitMQ()->facade(); |
20 | 20 | }; |
21 | 21 | |
22 | - $container[self::EVENT_FACADE] = function (DependencyContainerInterface $container) { |
|
22 | + $container[self::EVENT_FACADE] = function(DependencyContainerInterface $container) { |
|
23 | 23 | return $container->getLocator()->event()->facade(); |
24 | 24 | }; |
25 | 25 |