Fix typo in ApiV1Controller

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

View File

@ -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)