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 8f280d9 commit a5d02ebCopy full SHA for a5d02eb
src/Http/Livewire/LiveEmailEdit.php
@@ -30,7 +30,7 @@ public function mount($emails, $old)
30
$this->emailId[$this->i] = $email['id'] ?? null;
31
}
32
} elseif ($this->emails && $this->emails->count() > 0) {
33
- foreach ($this->emails as $email) {
+ foreach ($this->emails as $email) {
34
$this->add($this->i);
35
$this->address[$this->i] = $email->address;
36
$this->type[$this->i] = $email->type;
0 commit comments