getKey(); } /** * Return a key value array, containing any custom claims to be added to the JWT. * * @return array */ public function getJWTCustomClaims() { return []; } public function phoneVerification() { return $this->hasOne('App\UserVerification', 'user_id'); } public function company() { return $this->hasOne('App\Company'); } }