Completed
Push — master ( a54d6b...38a9c5 )
by Park Jong-Hun
03:32
created
config/event.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
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
         ]
Please login to merge, or discard this patch.