mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Add BIC support. This fixes #430
This commit is contained in:
@@ -119,6 +119,6 @@ interface AccountRepositoryInterface
|
||||
*
|
||||
* @return Account
|
||||
*/
|
||||
public function store(array $data) : Account;
|
||||
public function store(array $data): Account;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user