record = $record; return $this; } public function getRecord(): ?Model { return $this->record ?? $this->getLayout()?->getRecord(); } }