Skip to content

Commit

Permalink
Fix annotation-paths for yii-swagger in params.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nkondrashov committed Feb 13, 2024
1 parent 4c1a69b commit 4ec6954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
'yiisoft/yii-swagger' => [
'annotation-paths' => [
dirname(__DIR__) . '/src/Controller',
dirname(__DIR__) . '/src/Middleware',
dirname(__DIR__) . '/src/Debug/Controller',
dirname(__DIR__) . '/src/Debug/Middleware',
],
],
];

0 comments on commit 4ec6954

Please sign in to comment.