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 d858ea9 commit f11f579Copy full SHA for f11f579
src/Core/Localization.php
@@ -38,7 +38,7 @@ protected function regionSet($region)
38
*/
39
public function holidayData($array = true)
40
{
41
- $published_file = __DIR__.'../../../../../../resources/data-libur-nasional/'.$this->lang().'.json';
+ $published_file = __DIR__.'../../../../../../resources/irfa/php-hari-libur/'.$this->lang().'.json';
42
if(file_exists($published_file))
43
44
$file = $published_file;
0 commit comments