@@ -28,7 +28,7 @@ |
||
28 | 28 | foreach ($this->listeners as $listener) { |
29 | 29 | $method = $this->inflector->inflect($event, $listener); |
30 | 30 | |
31 | - if (! method_exists($listener, $method)) { |
|
31 | + if (!method_exists($listener, $method)) { |
|
32 | 32 | continue; |
33 | 33 | } |
34 | 34 |