fix: fix locale (#3420)

This commit is contained in:
Alexis Saettler
2020-01-01 13:04:57 +01:00
committed by GitHub
parent e3c79ada95
commit 47ef3d75a7
41 changed files with 350 additions and 350 deletions
@@ -88,9 +88,9 @@ class ApiLifeEventController extends ApiController
$request->except(['account_id', 'life_event_id'])
+
[
'account_id' => auth()->user()->account->id,
'life_event_id' => $lifeEventId,
]
'account_id' => auth()->user()->account->id,
'life_event_id' => $lifeEventId,
]
);
} catch (ModelNotFoundException $e) {
return $this->respondNotFound();