We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8c917 commit b479a4fCopy full SHA for b479a4f
app/Console/Commands/Install.php
@@ -180,6 +180,11 @@ public function handle()
180
'jenis' => 'import',
181
'file' => '6xGSAprFh0YgkReR9xCUt9xvKKyXMzv1bQ83IGNy.xlsx',
182
],
183
+ [
184
+ 'nama' => 'Template Tanda Terima Pulsa',
185
+ 'jenis' => 'pulsa',
186
+ 'file' => 'uzvdQmXrt7hesC2ULRZVQhmcQEkTJdIwIJvKALmX.docx',
187
+ ],
188
];
189
190
foreach ($templates as $template) {
0 commit comments