mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 02:21:45 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -33,7 +33,7 @@ use Illuminate\Validation\Validator;
|
||||
*/
|
||||
trait CurrencyValidation
|
||||
{
|
||||
public const TEST = 'Test';
|
||||
public const string TEST = 'Test';
|
||||
|
||||
/**
|
||||
* If the transactions contain foreign amounts, there must also be foreign currency information.
|
||||
|
||||
Reference in New Issue
Block a user