mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Allow null
This commit is contained in:
@@ -79,8 +79,8 @@ class TransactionCurrency extends Model
|
|||||||
{
|
{
|
||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
public bool $userEnabled;
|
public ?bool $userEnabled;
|
||||||
public bool $userDefault;
|
public ?bool $userDefault;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The attributes that should be casted to native types.
|
* The attributes that should be casted to native types.
|
||||||
|
Reference in New Issue
Block a user