This commit is contained in:
philipp lang 2024-10-19 21:25:46 +02:00
parent 56dd5cf146
commit c0031cd4f0
1 changed files with 2 additions and 2 deletions

View File

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