mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
test
This commit is contained in:
parent
df55f7de79
commit
50d6225590
@ -34,7 +34,7 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
class UniqueAccountNumber implements ValidationRule
|
||||
{
|
||||
private ?Account $account;
|
||||
private ?string $expectedType;
|
||||
private ?string $expectedType;
|
||||
|
||||
/**
|
||||
* Create a new rule instance.
|
||||
|
Loading…
Reference in New Issue
Block a user