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