remove a few ray
This commit is contained in:
parent
f8d7c5209e
commit
c35c2fe1ee
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ public function submit()
|
|||
return;
|
||||
}
|
||||
$found = ModelsWaitlist::where('email', $this->email)->first();
|
||||
ray($found);
|
||||
if ($found) {
|
||||
if (!$found->verified) {
|
||||
$this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.');
|
||||
|
|
|
|||
Loading…
Reference in a new issue