Completed
Push — master ( 25bf2e...06ebbf )
by Nasrul Hazim
02:16
created
src/Console/Commands/LaravelDb2DocCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 
62 62
     private function init()
63 63
     {
64
-        if (! file_exists(storage_path('app/db2doc'))) {
64
+        if ( ! file_exists(storage_path('app/db2doc'))) {
65 65
             mkdir(storage_path('app/db2doc'));
66 66
         }
67 67
 
Please login to merge, or discard this patch.