Completed
Push — master ( a8175f...599c14 )
by frey
06:08
created
src/LaravelQueueCMQServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         }
22 22
         
23 23
         $this->mergeConfigFrom(
24
-            __DIR__.'/../config/cmq.php', 'queue.connections.cmq'
24
+            __DIR__ . '/../config/cmq.php', 'queue.connections.cmq'
25 25
         );
26 26
     }
27 27
 
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
         /** @var QueueManager $queue */
36 36
         $queue = $this->app['queue'];
37 37
 
38
-        $queue->addConnector('cmq', function () {
38
+        $queue->addConnector('cmq', function() {
39 39
             return new CMQConnector();
40 40
         });
41 41
     }
Please login to merge, or discard this patch.