Kaynağa Gözat

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

visuddhinanda 2 yıl önce
ebeveyn
işleme
5df010e2fc
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);
                 unlink($exportDir.'/'.$file);
             }
             }
         }
         }
+        //添加 .stop
         $exportStop = $exportDir.'/.stop';
         $exportStop = $exportDir.'/.stop';
         $file = fopen($exportStop,'w');
         $file = fopen($exportStop,'w');
         fclose($file);
         fclose($file);