Skip to content

Commit 2e3f9f6

Browse files
authored
Merge pull request #17 from kaz29/fix/template
fix controller template
2 parents 79e94b3 + ffb4c18 commit 2e3f9f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/bake/Controller/controller.twig

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
namespace: "#{namespace}\\Controller#{prefix}",
2222
classImports: (plugin or prefix) ? ["#{baseNamespace}\\Controller\\AppController"] : [],
2323
}) }}
24+
{#
25+
暫定対応
26+
#}
27+
28+
use OpenApi\Attributes as OA;
2429

2530
/**
2631
* {{ name }} Controller

0 commit comments

Comments
 (0)