*/ class TenantCollection extends Collection { public function runForEach(Closure $callable): self { tenancy()->runForMultiple($this->items, $callable); return $this; } }