spatie settings No property found for validation: [tax]

image.png
Solution
got it,

on v2.x we were using protected function getFormSchema(): array now we're using public function form(Form $form): Form
Was this page helpful?