From bb27f7e34ab4d4523d696c781e6bf57dc391b749 Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Mon, 12 Mar 2018 17:18:50 -0300 Subject: [PATCH] changed where console symfony is located --- 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 aed3a6b4..96a1206e 100644 --- a/Resources/doc/usage.md +++ b/Resources/doc/usage.md @@ -281,7 +281,7 @@ class Product **Note:** -> Don't forget to clear the cache once your entity is configured: `php app/console cache:clear` +> Don't forget to clear the cache once your entity is configured: `php bin/console cache:clear` ## Step 3: configure the lifecycle events (optional step)