Passed
Push — main ( 6fa0b5...347223 )
by PRATIK
04:54 queued 34s
created
src/Console/Commands/InstallAdmineticCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     {
58 58
         $modelTemplate = file_get_contents(__DIR__.'/../../Console/Commands/AdminStubs/MyMenu.stub');
59 59
 
60
-        if (! file_exists($path = app_path('Services'))) {
60
+        if (!file_exists($path = app_path('Services'))) {
61 61
             mkdir($path, 0777, true);
62 62
         }
63 63
 
Please login to merge, or discard this patch.