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