Skip to content

Commit

Permalink
#2242 remove suffix "Action" on route create method action
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Apr 6, 2024
1 parent 107fede commit f8862fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ public static void inspectController(@NotNull PsiElement psiElement, @NotNull St

int lastPos = controllerName.lastIndexOf(":") + 1;
String actionName = controllerName.substring(lastPos);
if(!shortcutReturn.isService()) {
actionName += "Action";
}

final Project project = shortcutReturn.getPhpClass().getProject();
final String finalActionName = actionName;
Expand Down

0 comments on commit f8862fc

Please sign in to comment.