Skip to content

Commit fd35026

Browse files
committed
change jdate function from protected to public
1 parent c033499 commit fd35026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JDF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class JDF
99
{
1010

11-
protected function jdate($format, $timestamp = '', $none = '', $time_zone = 'Asia/Tehran', $tr_num = 'en')
11+
public function jdate($format, $timestamp = '', $none = '', $time_zone = 'Asia/Tehran', $tr_num = 'en')
1212
{
1313
$T_sec = 0; /* <= رفع خطاي زمان سرور ، با اعداد '+' و '-' بر حسب ثانيه */
1414

0 commit comments

Comments
 (0)