@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
| 20 | 20 | { |
| 21 | - $container[self::RABBITMQ_FACADE] = function (DependencyContainerInterface $container) { |
|
| 21 | + $container[self::RABBITMQ_FACADE] = function(DependencyContainerInterface $container) { |
|
| 22 | 22 | return $container->getLocator()->rabbitMQ()->facade(); |
| 23 | 23 | }; |
| 24 | 24 | |