Completed
Push — master ( 4a0425...e4ae48 )
by Charles
02:08
created
commands/QueueController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                 $eventName = $reflect->getShortName();
51 51
                 
52 52
                 // Bind an event handler
53
-                $this->on($eventName, function ($event) {
53
+                $this->on($eventName, function($event) {
54 54
                     $event->run();
55 55
                     // The event should be handled in some way, if it isn't, called the global event handler and mark it as processed
56 56
                     if (!$event->handled) {
Please login to merge, or discard this patch.