Browse Source

add _System_commentary_

visuddhinanda 5 tháng trước cách đây
mục cha
commit
b4b0f1138d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      api-v8/app/Console/Commands/InitSystemChannel.php

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

@@ -92,6 +92,11 @@ class InitSystemChannel extends Command
             'type' => 'translation',
             'lang' => 'zh-Hans',
         ],
+        [
+            "name" => '_System_commentary_',
+            'type' => 'commentary',
+            'lang' => 'en',
+        ],
     ];
 
     /**