diff --git a/app/Models/TransactionCurrency.php b/app/Models/TransactionCurrency.php index 1565bee62a..f3dcd7801a 100644 --- a/app/Models/TransactionCurrency.php +++ b/app/Models/TransactionCurrency.php @@ -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.