| @@ -8,12 +8,12 @@ | ||
| 8 | 8 | |
| 9 | 9 |  class Installer { | 
| 10 | 10 | |
| 11 | -    static public function postInstall(Event $event)  { | |
| 11 | +    static public function postInstall(Event $event) { | |
| 12 | 12 | //var_dump($event); | 
| 13 | 13 | |
| 14 | 14 | } | 
| 15 | 15 | |
| 16 | -    static public function postUpdate(Event $event)  { | |
| 16 | +    static public function postUpdate(Event $event) { | |
| 17 | 17 | //var_dump($event); | 
| 18 | 18 | /* | 
| 19 | 19 | $package = $event->getName(); |