mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Fix typo
Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;`
This commit is contained in:
parent
f464fef932
commit
6a039bfe62
@ -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…
x
Reference in New Issue
Block a user