container = $container; return $this; } public function getContainer(): ComponentContainer { return $this->container; } public function getInfolist(): Infolist { return $this->getContainer()->getInfolist(); } public function getLivewire(): ?Component { return $this->getContainer()->getLivewire(); } }