Skip to content

Commit 39fc91e

Browse files
authored
Merge pull request #325 from fenric/sunrise-router
Add an alias for Sunrise Router
2 parents 462aa44 + f025ff2 commit 39fc91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/espend/idea/php/annotation/ApplicationSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public static Collection<UseAliasOption> getDefaultUseAliasOption() {
5757
options.add(new UseAliasOption("FOS\\RestBundle\\Controller\\Annotations", "Rest", true));
5858
options.add(new UseAliasOption("Swagger\\Annotations", "SWG", true));
5959
options.add(new UseAliasOption("OpenApi\\Annotations", "OA", true));
60+
options.add(new UseAliasOption("Sunrise\\Http\\Router\\Annotation", "Routing", true));
6061

6162
for (PhpAnnotationUseAlias extensions: AnnotationUtil.EP_USE_ALIASES.getExtensions()) {
6263
options.addAll(

0 commit comments

Comments
 (0)