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