@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $myForm = $this->handleCreateForm( |
59 | 59 | $request, |
60 | 60 | $event, |
61 | - function () use ($event) { |
|
61 | + function() use ($event) { |
|
62 | 62 | return $this->prePersistActions($event); |
63 | 63 | } |
64 | 64 | ); |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | $myForm = $this->handleUpdateForm( |
88 | 88 | $request, |
89 | 89 | $event, |
90 | - function () use ($event) { |
|
90 | + function() use ($event) { |
|
91 | 91 | return $this->prePersistActions($event); |
92 | 92 | } |
93 | 93 | ); |