Fix typo in ApiV1Controller

pull/1721/head
Daniel Supernault 6 years ago
parent 05968fa135
commit bd3f95415e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save