@@ -41,7 +41,7 @@ |
||
41 | 41 | if(function_exists('resource_path')) |
42 | 42 | { |
43 | 43 | $published_file = resource_path('irfa/php-hari-libur/'.$this->lang().'.json'); |
44 | - }else{ |
|
44 | + } else{ |
|
45 | 45 | $published_file = __DIR__.'../../../../../../resources/irfa/php-hari-libur/'.$this->lang().'.json'; |
46 | 46 | } |
47 | 47 | if(file_exists($published_file)) |