Explorar el Código

add _System_Quote_

visuddhinanda hace 2 años
padre
commit
35ee111778
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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',
+        ],
     ];
 
     /**