Completed
Push — api/develop ( 7c0125...517c66 )
by Bertrand
08:30
created
app/Providers/EventServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,6 +50,6 @@
 block discarded – undo
50 50
     {
51 51
         parent::boot($events);
52 52
 
53
-        Employee::updated(function () {Artisan::queue('elasticsearch:employees');});
53
+        Employee::updated(function() {Artisan::queue('elasticsearch:employees'); });
54 54
     }
55 55
 }
Please login to merge, or discard this patch.