Ver Fonte

:memo: note

visuddhinanda há 2 anos atrás
pai
commit
86efca9a69
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Console/Commands/ExportOffline.php

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

@@ -13,7 +13,7 @@ class ExportOffline extends Command
      * php artisan export:offline lzma
      * php artisan export:offline lzma
      * @var string
      * @var string
      */
      */
-    protected $signature = 'export:offline {format?}';
+    protected $signature = 'export:offline {format?  : zip file format 7z,lzma,gz }';
 
 
     /**
     /**
      * The console command description.
      * The console command description.