Skip to content

Commit dcced3f

Browse files
Fix typo in constant name from TRANLOK_TYPE to TRANSLOK_TYPE in Helper.php
1 parent 587e11f commit dcced3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Helpers/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Helper
7979
'H' => 'Hari Kalender Sebelum Deadline',
8080
];
8181

82-
const TRANLOK_TYPE = [
82+
const TRANSLOK_TYPE = [
8383
'1' => 'Kabupaten - Kecamatan',
8484
'2' => 'Kabupaten - Desa',
8585
'3' => 'Kecamatan - Desa',

0 commit comments

Comments
 (0)