mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -30,5 +30,5 @@ namespace FireflyIII\Support\Calendar\Periodicity;
|
||||
*/
|
||||
final class Fortnightly extends Weekly
|
||||
{
|
||||
public const INTERVAL = 2;
|
||||
public const int INTERVAL = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user