Completed
Push — main ( 21b90a...bd49b1 )
by Luke
01:17
created
src/BatchQueueServiceProvider.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
         $this->app->singleton(
23 23
             'command.queueawsbatch.work-batch',
24
-            function ($app) {
24
+            function($app) {
25 25
                 return new QueueWorkBatchCommand(
26 26
                     $app['queue'],
27 27
                     $app['queue.worker'],
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     protected function registerBatchConnector($manager)
49 49
     {
50
-        $manager->addConnector('batch', function () {
50
+        $manager->addConnector('batch', function() {
51 51
             return new BatchConnector($this->app['db']);
52 52
         });
53 53
     }
Please login to merge, or discard this patch.