Why in v3 action method donot call another function

Actions\CreateAction::make()
                ->label('Generate')
                ->action(fn () => $this->fillFormFields1())


this is my code
i am trying to call "fillFormFields() " function when i click on generate button thenn it donot call fillformfield function,
it works in v2 but now it doesnot work on v3
any one can help
Was this page helpful?