mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Allow null
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user