Merge pull request #1480 from netbull/patch-1

Fix for missing basePath
This commit is contained in:
Guilhem N 2019-02-28 19:42:15 +01:00 committed by GitHub
commit 0fe8373d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ In this case the class ``App\Entity\User`` will be aliased into:
class HomeController class HomeController
{ {
/** /**
* @SWG\Response(response=200, @SWG\Schema(ref="MyModel")) * @SWG\Response(response=200, @SWG\Schema(ref="#/definitions/MyModel"))
*/ */
public function indexAction() public function indexAction()
{ {