mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Replace constants with enums.
This commit is contained in:
@@ -44,7 +44,7 @@ class AccountType extends Model
|
||||
#[\Deprecated]
|
||||
public const string CASH = 'Cash account';
|
||||
|
||||
#[\Deprecated]
|
||||
#[\Deprecated] /** @deprecated */
|
||||
public const string CREDITCARD = 'Credit card';
|
||||
|
||||
#[\Deprecated]
|
||||
|
Reference in New Issue
Block a user