@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | $parts = explode('\\', get_class($event)); |
47 | 47 | |
48 | - $method = 'apply' . end($parts); |
|
48 | + $method = 'apply'.end($parts); |
|
49 | 49 | |
50 | 50 | if (method_exists($this, $method)) { |
51 | 51 | $this->$method($event); |