Access handleRecordCreation on resource
I have a create class in one of my resources, within this resource i use the
This is in the table actions of my tables
Rather than duplicate, or create a laravel action class or similar, is there a desired "filament way" to use the logic from
handleRecordCreation() However i want to access this method when doing a form action for a resource manager.This is in the table actions of my tables
Rather than duplicate, or create a laravel action class or similar, is there a desired "filament way" to use the logic from
handleRecordCreation() from within the using() method on table actions.