mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +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