芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Http/Resources/User/UserLoginResource.php
value('short_name'); return [ 'user_id' => $this->id, 'first_name' => $this->first_name, 'last_name' => $this->last_name, 'full_name' => $this->full_name, 'email' => $this->email, 'formattedPhone' => $this->formattedPhone, 'picture' => image($this->picture, 'profile'), 'defaultCountry' => strtolower($defaultCountry), 'token' => $this->createToken($this->full_name)->accessToken, 'userStatus' => $this->status ]; } }