visuddhinanda 2 anni fa
parent
commit
d7a4259f96
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      app/Console/Commands/ExportOffline.php

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

@@ -74,8 +74,6 @@ class ExportOffline extends Command
             $zipFile .= "gz";
             $zipFile .= "gz";
         }
         }
         //
         //
-
-
         $exportFullFileName = storage_path($exportPath.'/'.$exportFile);
         $exportFullFileName = storage_path($exportPath.'/'.$exportFile);
         $zipFullFileName = storage_path($exportPath.'/'.$zipFile);
         $zipFullFileName = storage_path($exportPath.'/'.$zipFile);