Skip to content

Commit b214a3e

Browse files
committed
fix on registration invitation is_sent reset
Change-Id: I56fb303b28ea0661f090c3314f09fba662aaaa2b
1 parent 4e5c08c commit b214a3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Models/Foundation/Summit/Registration/SummitRegistrationInvitation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ public function getToken(): ?string
266266
public function generateConfirmationToken(): string
267267
{
268268
$generator = new RandomGenerator();
269-
$this->accepted_date = null;
270269
// build seed
271270
$seed = '';
272271
if (!is_null($this->first_name))

0 commit comments

Comments
 (0)