$models * @return mixed */ public function handle(ActionFields $fields, Collection $models): mixed { LocaleManagerRepo::make()->handle(); return ActionResponse::message('It worked!'); } /** * Get the fields available on the action. * * @return array */ public function fields(NovaRequest $request): array { return []; } }