token; } public function setToken($value) { $this->token = $value; return $this; } /** * Get the user associated with this verification request. */ public function user() { /** @var UserFrosting\Sprinkle\Core\Util\ClassMapper $classMapper */ $classMapper = static::$ci->classMapper; return $this->belongsTo($classMapper->getClassMapping('user'), 'user_id'); } }