@@ -50,7 +50,7 @@ |
||
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) { |