Skip to content

Commit f11f579

Browse files
committed
Fix Not Found
1 parent d858ea9 commit f11f579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Localization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function regionSet($region)
3838
*/
3939
public function holidayData($array = true)
4040
{
41-
$published_file = __DIR__.'../../../../../../resources/data-libur-nasional/'.$this->lang().'.json';
41+
$published_file = __DIR__.'../../../../../../resources/irfa/php-hari-libur/'.$this->lang().'.json';
4242
if(file_exists($published_file))
4343
{
4444
$file = $published_file;

0 commit comments

Comments
 (0)