mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Some cleanup, some bug fixes.
This commit is contained in:
@@ -47,6 +47,14 @@ interface AccountRepositoryInterface
|
||||
*/
|
||||
public function find($accountId);
|
||||
|
||||
/**
|
||||
* @param $name
|
||||
* @param \AccountType $type
|
||||
*
|
||||
* @return \Account
|
||||
*/
|
||||
public function findByNameAndAccountType($name, \AccountType $type);
|
||||
|
||||
/**
|
||||
* @param $type
|
||||
* @return mixed
|
||||
|
||||
Reference in New Issue
Block a user