20
This commit is contained in:
@@ -33,7 +33,7 @@ class BalanceLog extends Base
|
||||
// ],
|
||||
]);
|
||||
}
|
||||
public static function create(array|object $data, array $allowField = [], bool $replace = false):\think\model\contract\Modelable
|
||||
public static function create(array|object $data, array $allowField = [], bool $replace = false, string $suffix = ''):\think\model\contract\Modelable
|
||||
{
|
||||
$model = new static();
|
||||
if(isset($data['currency'])){
|
||||
|
||||
Reference in New Issue
Block a user