@@ -9,10 +9,10 @@ |
||
9 | 9 | 'before' => 'App\\EventListener\\Auth\\ValidatorListener.validate' |
10 | 10 | ], |
11 | 11 | 'Test.event' => [ |
12 | - 'before' => function () { |
|
12 | + 'before' => function() { |
|
13 | 13 | echo '<p>before Hook!</p>'; |
14 | 14 | }, |
15 | - 'after' => function () { |
|
15 | + 'after' => function() { |
|
16 | 16 | echo '<p>after Hook!</p>'; |
17 | 17 | } |
18 | 18 | ] |