Allow null

This commit is contained in:
James Cole
2023-11-04 19:21:40 +01:00
parent 688f50ee3f
commit ff599795d3

View File

@@ -79,8 +79,8 @@ class TransactionCurrency extends Model
{
use SoftDeletes;
public bool $userEnabled;
public bool $userDefault;
public ?bool $userEnabled;
public ?bool $userDefault;
/**
* The attributes that should be casted to native types.