Explorar el Código

Merge branch 'laravel' of https://github.com/visuddhinanda/mint into laravel

visuddhinanda hace 2 años
padre
commit
5df010e2fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Console/Commands/ExportOffline.php

+ 1 - 0
app/Console/Commands/ExportOffline.php

@@ -60,6 +60,7 @@ class ExportOffline extends Command
                 unlink($exportDir.'/'.$file);
             }
         }
+        //添加 .stop
         $exportStop = $exportDir.'/.stop';
         $file = fopen($exportStop,'w');
         fclose($file);