visuddhinanda il y a 2 ans
Parent
commit
d7a4259f96
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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";
         }
         //
-
-
         $exportFullFileName = storage_path($exportPath.'/'.$exportFile);
         $zipFullFileName = storage_path($exportPath.'/'.$zipFile);