瀏覽代碼

add _System_Quote_

visuddhinanda 2 年之前
父節點
當前提交
35ee111778
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      app/Console/Commands/InitSystemChannel.php

+ 5 - 0
app/Console/Commands/InitSystemChannel.php

@@ -77,6 +77,11 @@ class InitSystemChannel extends Command
             'type'=>'translation',
             'lang'=>'en',
         ],
+        [
+            "name"=>'_System_Quote_',
+            'type'=>'original',
+            'lang'=>'en',
+        ],
     ];
 
     /**