revoked; } /** * Revoke the token instance. * * @return void */ public function revoke() { $this->revoked = 1; $this->store(); } }