Fix typo in ApiV1Controller

This commit is contained in:
Daniel Supernault 2019-09-24 21:01:01 -06:00
parent 05968fa135
commit bd3f95415e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ApiV1Controller extends Controller
if($changes) {
$user->save();
$profile->save()
$profile->save();
}
$resource = new Fractal\Resource\Item($profile, new AccountTransformer());