mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
test
This commit is contained in:
@@ -33,7 +33,7 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
*/
|
||||
class UniqueAccountNumber implements ValidationRule
|
||||
{
|
||||
private ?Account $account;
|
||||
private ?Account $account;
|
||||
private ?string $expectedType;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user