We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5c08c commit b214a3eCopy full SHA for b214a3e
app/Models/Foundation/Summit/Registration/SummitRegistrationInvitation.php
@@ -266,7 +266,6 @@ public function getToken(): ?string
266
public function generateConfirmationToken(): string
267
{
268
$generator = new RandomGenerator();
269
- $this->accepted_date = null;
270
// build seed
271
$seed = '';
272
if (!is_null($this->first_name))
0 commit comments