mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
Remove JSON exceptions that are not thrown anyway.
This commit is contained in:
@@ -68,8 +68,7 @@ class StoreController extends Controller
|
||||
* Store new currency.
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
* */
|
||||
public function store(StoreRequest $request): JsonResponse
|
||||
{
|
||||
$currency = $this->repository->store($request->getAll());
|
||||
|
||||
Reference in New Issue
Block a user