Skip to content

Commit a5d02eb

Browse files
committed
php cs
1 parent 8f280d9 commit a5d02eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/LiveEmailEdit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function mount($emails, $old)
3030
$this->emailId[$this->i] = $email['id'] ?? null;
3131
}
3232
} elseif ($this->emails && $this->emails->count() > 0) {
33-
foreach ($this->emails as $email) {
33+
foreach ($this->emails as $email) {
3434
$this->add($this->i);
3535
$this->address[$this->i] = $email->address;
3636
$this->type[$this->i] = $email->type;

0 commit comments

Comments
 (0)