Completed
Branch master (65e4cd)
by Cheren
06:17
created
Category
plugin.manifest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.