livewire($livewire); } public static function make(HasForms $livewire): static { return app(static::class, ['livewire' => $livewire]); } protected function getDefaultEvaluationParameters(): array { return array_merge(parent::getDefaultEvaluationParameters(), [ 'livewire' => $this->getLivewire(), 'model' => $this->getModel(), 'record' => $this->getRecord(), ]); } }