Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb7fb79

Browse files
committed
Merge pull request FriendsOfSymfony#99 from pulse00/patch-1
Added note regarding doctrine mappings
2 parents aee5fcf + ff0449a commit cb7fb79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/doc/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ class AuthCode extends BaseAuthCode
231231
}
232232
```
233233

234+
__Note__: If you don't have `auto_mapping` activated in your doctrine configuration you need to add
235+
`FOSOAuthServerBundle` to your mappings in `config.yml`.
236+
234237
#### Propel
235238

236239
A `schema.xml` is provided with this bundle to generate Propel classes.

0 commit comments

Comments
 (0)