mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Merge branch 'hotfix/account-fix'
This commit is contained in:
@@ -54,6 +54,7 @@ class Account extends Model
|
|||||||
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
|
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
return $account;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user