© 2026 Hedgehog Software, LLC
Method App\Livewire\Feeds\ThreadsArticle::makeForm does not exist.
public function getForms(): array { return [ 'form' => $this->form( $this->makeForm() ->components([ $this->getContentFormComponent(), ]) ->operation('create') ->statePath('data') ), ]; }