mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Even more code cleanup.
This commit is contained in:
@@ -62,6 +62,8 @@ class EloquentAccountRepository implements AccountRepositoryInterface
|
||||
}
|
||||
$type = \AccountType::where('description', 'Beneficiary account')->first();
|
||||
|
||||
/** @noinspection PhpParamsInspection */
|
||||
|
||||
return $this->createOrFind($name, $type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user