From a567c6ceee63ddacf6c5ff4b90e7224967f4e5cd Mon Sep 17 00:00:00 2001 From: Michiel Boeckaert Date: Fri, 18 Sep 2015 17:47:22 +0200 Subject: [PATCH] Fix docs There is no clear:cache command, the command is cache:clear --- Resources/doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/usage.md b/Resources/doc/usage.md index b9d760bb..0c431bb9 100644 --- a/Resources/doc/usage.md +++ b/Resources/doc/usage.md @@ -168,7 +168,7 @@ class Product **Note:** -> Don't forget to clear the cache once your entity is configured: `php app/console clear:cache` +> Don't forget to clear the cache once your entity is configured: `php app/console cache:clear` ## Step 3: configure the lifecycle events (optional step)