Replace constants with enums.

This commit is contained in:
James Cole
2024-11-27 08:08:52 +01:00
parent 4ba1c5bcfc
commit c25c0d37c5
2 changed files with 317 additions and 317 deletions

View File

@@ -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]