Completed
Push — master ( 3eeff7...ca19a1 )
by Song
02:24
created
src/Middleware/Bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             }
Please login to merge, or discard this patch.