This commit is contained in:
philipp lang 2024-10-19 21:25:46 +02:00
parent 66561ad43e
commit 9d5122b13f
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ abstract class Type
}
$this->list($name, $domain)
->filter(fn ($listEntry) => $results->doesntContain(fn ($r) => $r->is($listEntry)))
->each(fn ($listEntry) => $this->remove($name, $domain, $listEntry->email));
->filter(fn ($listEntry) => $results->doesntContain(fn ($r) => $r->is($listEntry)))
->each(fn ($listEntry) => $this->remove($name, $domain, $listEntry->email));
}
/**