Browse Source

formatting

visuddhinanda 2 years ago
parent
commit
d7a4259f96
1 changed files with 0 additions and 2 deletions
  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);