isAfter($this->expiresAt); } public function expiresIn(): int { return now()->diffInSeconds($this->expiresAt, false); } }