mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Fix enums
This commit is contained in:
@@ -25,8 +25,8 @@ namespace FireflyIII\Enums;
|
||||
|
||||
enum SearchDirection: int
|
||||
{
|
||||
case SOURCE = 1;
|
||||
case DESTINATION = 2;
|
||||
case BOTH = 3;
|
||||
case SOURCE;
|
||||
case DESTINATION;
|
||||
case BOTH;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user