Fix typo in ApiV1Controller

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

@ -92,7 +92,7 @@ class ApiV1Controller extends Controller
*
* @return \App\Transformer\Api\AccountTransformer
*/
public function accountUpdateCredentials(Request, $request)
public function accountUpdateCredentials(Request $request)
{
abort_if(!$request->user(), 403);
@ -252,6 +252,7 @@ class ApiV1Controller extends Controller
'is_nsfw',
'scope',
'local',
'place_id',
'created_at',
'updated_at'
)->whereProfileId($profile->id)

Loading…
Cancel
Save