From abad91d46606959fba9c4fdfa669275a06df494b Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 28 Nov 2015 17:32:05 +0100 Subject: [PATCH] Removed note about removed content --- cookbook/console/console_command.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index 7e23a4762a4..184c51e541d 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -82,11 +82,6 @@ for details. Getting Services from the Service Container ------------------------------------------- -.. caution:: - - The "container scopes" concept explained in this section has been deprecated - in Symfony 2.8 and it will be removed in Symfony 3.0. - By using :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand` as the base class for the command (instead of the more basic :class:`Symfony\\Component\\Console\\Command\\Command`), you have access to the