Skip to content

Commit

Permalink
FAQ update
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Dec 13, 2018
1 parent b35d67b commit e7972f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,13 @@ bin/console audit:clean --no-confirm
FAQ:
====

**Q**: I've added an new entity in the config file but it's not audited.
#### I've added an new entity in the config file but it's not audited.

**A**: First check its namespace, then clear your cache and re-run `doctrine:schema:update` or `doctrine:migrations:migrate`.
> First check its namespace, then clear your cache and re-run `doctrine:schema:update` or `doctrine:migrations:migrate`.

#### I don't use Symfony's `TokenStorage` to manage my users, how do I proceed?

> Check the [Custom user provider](#custom-user-provider) section.

License
=======
Expand Down

0 comments on commit e7972f3

Please sign in to comment.