mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
Fix typo
Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;`
This commit is contained in:
parent
f464fef932
commit
6a039bfe62
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ General PHP objects
|
|||
|
||||
If you want to customize the documentation of a property of an object, you can use ``@SWG\Property``::
|
||||
|
||||
use NelmioApiDocBundle\Annotation\Model;
|
||||
use Nelmio\ApiDocBundle\Annotation\Model;
|
||||
use Swagger\Annotations as SWG;
|
||||
|
||||
class User
|
||||
|
|
Loading…
Add table
Reference in a new issue