What's the difference between Tables\Actions\CreateAction and Actions\CreateAction?
One has
and the other has
Both are having
I want to use the same functions for
and the other has
Both are having
class CreateAction extends Action.I want to use the same functions for
->using(function(*stuffs*) { method of both CreateActions. One of the create action is in the Resource page empty state actions and the other one is in the ManageResource page header. Is there a way to do so?