mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
Various code cleanup.
This commit is contained in:
@@ -68,7 +68,7 @@ class StoreController extends Controller
|
||||
* Store new currency.
|
||||
*
|
||||
* @throws FireflyException
|
||||
* */
|
||||
*/
|
||||
public function store(StoreRequest $request): JsonResponse
|
||||
{
|
||||
$currency = $this->repository->store($request->getAll());
|
||||
|
||||
Reference in New Issue
Block a user