mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace FireflyIII\Enums;
|
||||
*/
|
||||
class ClauseType
|
||||
{
|
||||
public const TRANSACTION = 'transaction';
|
||||
public const UPDATE = 'update';
|
||||
public const WHERE = 'where';
|
||||
public const string TRANSACTION = 'transaction';
|
||||
public const string UPDATE = 'update';
|
||||
public const string WHERE = 'where';
|
||||
}
|
||||
|
Reference in New Issue
Block a user