Fixed deprecated in games.php line 262

Deprecated: Optional parameter $aTime declared before required parameter $tarif is implicitly treated as a required parameter in C:\OSPanel\domains\localhost\system\library\games\games.php on line 262
This commit is contained in:
Roman Kelesidis 2023-03-05 13:49:25 +07:00
parent e0bf4cc270
commit 12fbdafcf2

View file

@ -259,7 +259,7 @@
return $data;
}
public static function parse_time($aTime = array(), $discount, $tarif, $type = 'buy')
public static function parse_time($aTime, $discount, $tarif, $type = 'buy')
{
global $cfg;