mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Update validators so they can handle one field at a time.
This commit is contained in:
@@ -35,13 +35,5 @@ use FireflyIII\User;
|
||||
*/
|
||||
trait AccountValidatorProperties
|
||||
{
|
||||
public bool $createMode;
|
||||
public string $destError;
|
||||
public Account $destination;
|
||||
public Account $source;
|
||||
public string $sourceError;
|
||||
private AccountRepositoryInterface $accountRepository;
|
||||
private array $combinations;
|
||||
private string $transactionType;
|
||||
private User $user;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user