mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Revamped the account controller.
This commit is contained in:
@@ -12,15 +12,6 @@ use Illuminate\Database\Eloquent\Collection;
|
||||
interface AccountInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* Build the index:
|
||||
*
|
||||
* @param Collection $accounts
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function index(Collection $accounts);
|
||||
|
||||
/**
|
||||
* @param \Account $account
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user