Skip to content

Commit b479a4f

Browse files
Add new template for Pulsa receipt in installation process
1 parent 3d8c917 commit b479a4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Console/Commands/Install.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ public function handle()
180180
'jenis' => 'import',
181181
'file' => '6xGSAprFh0YgkReR9xCUt9xvKKyXMzv1bQ83IGNy.xlsx',
182182
],
183+
[
184+
'nama' => 'Template Tanda Terima Pulsa',
185+
'jenis' => 'pulsa',
186+
'file' => 'uzvdQmXrt7hesC2ULRZVQhmcQEkTJdIwIJvKALmX.docx',
187+
],
183188
];
184189

185190
foreach ($templates as $template) {

0 commit comments

Comments
 (0)