소스 검색

:memo: note

visuddhinanda 2 년 전
부모
커밋
86efca9a69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
      * @var string
      */
-    protected $signature = 'export:offline {format?}';
+    protected $signature = 'export:offline {format?  : zip file format 7z,lzma,gz }';
 
     /**
      * The console command description.