Skip to content

Commit

Permalink
Merge pull request #17 from kaz29/fix/template
Browse files Browse the repository at this point in the history
fix controller template
  • Loading branch information
kaz29 committed May 15, 2024
2 parents 79e94b3 + ffb4c18 commit 2e3f9f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/bake/Controller/controller.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
namespace: "#{namespace}\\Controller#{prefix}",
classImports: (plugin or prefix) ? ["#{baseNamespace}\\Controller\\AppController"] : [],
}) }}
{#
暫定対応
#}

use OpenApi\Attributes as OA;

/**
* {{ name }} Controller
Expand Down

0 comments on commit 2e3f9f6

Please sign in to comment.