@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | require $bootstrap; |
20 | 20 | } |
21 | 21 | |
22 | - if (! empty(Admin::$booting)) { |
|
22 | + if (!empty(Admin::$booting)) { |
|
23 | 23 | foreach (Admin::$booting as $callable) { |
24 | 24 | call_user_func($callable); |
25 | 25 | } |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | |
28 | 28 | $this->injectFormAssets(); |
29 | 29 | |
30 | - if (! empty(Admin::$booted)) { |
|
30 | + if (!empty(Admin::$booted)) { |
|
31 | 31 | foreach (Admin::$booted as $callable) { |
32 | 32 | call_user_func($callable); |
33 | 33 | } |