@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function on($event, \Closure $callback) |
| 39 | 39 | { |
| 40 | 40 | // check if event is a single string and parse it to array single item |
| 41 | - if (! Obj::isArray($event)) { |
|
| 41 | + if (!Obj::isArray($event)) { |
|
| 42 | 42 | $event = [$event]; |
| 43 | 43 | } |
| 44 | 44 | |