mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -63,8 +63,7 @@ class AccountUpdateService
|
||||
* Update account data.
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function update(Account $account, array $data): Account
|
||||
{
|
||||
app('log')->debug(sprintf('Now in %s', __METHOD__));
|
||||
|
Reference in New Issue
Block a user