Completed
Push — feature/updateMessaging ( 2f0fbb...a666d0 )
by Stephen
03:54 queued 02:06
created
src/GarbageManServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function register()
33 33
     {
34
-        $this->app->singleton('command.garbageman.purge', function ($app) {
34
+        $this->app->singleton('command.garbageman.purge', function($app) {
35 35
             return $app->make(PurgeCommand::class);
36 36
         });
37 37
 
Please login to merge, or discard this patch.