remove a few ray

This commit is contained in:
Andras Bacsai 2023-08-15 14:45:48 +02:00
parent f8d7c5209e
commit c35c2fe1ee

View File

@ -31,7 +31,6 @@ public function submit()
return; return;
} }
$found = ModelsWaitlist::where('email', $this->email)->first(); $found = ModelsWaitlist::where('email', $this->email)->first();
ray($found);
if ($found) { if ($found) {
if (!$found->verified) { if (!$found->verified) {
$this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.'); $this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.');