spatie settings No property found for validation: [tax]

Solution:
got it, on v2.x we were using protected function getFormSchema(): array now we're using public function form(Form $form): Form...
Jump to solution
2 Replies
Solution
Saifallak
Saifallak2y ago
got it, on v2.x we were using protected function getFormSchema(): array now we're using public function form(Form $form): Form
Saifallak
SaifallakOP2y ago
should this be mentioned in upgrade guide?

Did you find this page helpful?