From d6fea56823bfadcd0cd511130c937bff4f6f005b Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 19 Dec 2017 16:57:56 +0100 Subject: [PATCH] [Command] Fix upgrade guide example --- UPGRADE-4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 0cee61b0cf..8bd9ce3466 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -627,7 +627,7 @@ HttpKernel # ... # explicit commands registration - AppBundle\Command: + AppBundle\Command\: resource: '../../src/AppBundle/Command/*' tags: ['console.command'] ```