@@ -29,7 +29,7 @@ |
||
29 | 29 | 'type' => 'theme', |
30 | 30 | 'backend' => true, |
31 | 31 | ], |
32 | - 'View.initialize' => function (AppView $view) { |
|
32 | + 'View.initialize' => function(AppView $view) { |
|
33 | 33 | $helpers = $view->helpers()->loaded(); |
34 | 34 | |
35 | 35 | if (Arr::in('Form', $helpers)) { |