Skip to content

Commit

Permalink
change jdate function from protected to public
Browse files Browse the repository at this point in the history
  • Loading branch information
yiiman-dev committed Dec 3, 2021
1 parent c033499 commit fd35026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class JDF
{

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

Expand Down

0 comments on commit fd35026

Please sign in to comment.