getKey(); } /** * Return a key value array, containing any custom claims to be added to the JWT. * * @return array */ public function getJWTCustomClaims() { return []; } protected $table='user'; public function store(){ return $this->hasOne(Store::class,'id','store_id'); } }