fix bugs on visa master
This commit is contained in:
@@ -9,7 +9,7 @@ class DateHelperRepository
|
||||
$month = [];
|
||||
|
||||
for ($m = 1; $m <= 12; $m++) {
|
||||
$month[] = str_pad($m, 2, '0', STR_PAD_LEFT);
|
||||
$month[] = str_pad(strval($m), 2, '0', STR_PAD_LEFT);
|
||||
}
|
||||
|
||||
return $month;
|
||||
|
||||
Reference in New Issue
Block a user