mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename some enums
This commit is contained in:
@@ -23,7 +23,7 @@ namespace FireflyIII\Enums;
|
||||
|
||||
enum WebhookResponse: int
|
||||
{
|
||||
case RESPONSE_TRANSACTIONS = 200;
|
||||
case RESPONSE_ACCOUNTS = 210;
|
||||
case RESPONSE_NONE = 220;
|
||||
case TRANSACTIONS = 200;
|
||||
case ACCOUNTS = 210;
|
||||
case NONE = 220;
|
||||
}
|
Reference in New Issue
Block a user