subject = $subject; } /** * User who will be receive points * @return mixed */ public function payee() { return $this->getSubject()->user; } }