We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e0f1d commit fcb4ac0Copy full SHA for fcb4ac0
console.rst
@@ -163,11 +163,11 @@ Getting Services from the Service Container
163
To actually create a new user, the command has to access to some
164
:doc:`services </service_container>`. Since your command is already registered
165
as a service, you can use normal dependency injection. Imagine you have a
166
-``AppBundle\Service\UserManager`` service that you want to access::
+``App\Service\UserManager`` service that you want to access::
167
168
// ...
169
use Symfony\Component\Console\Command\Command;
170
- use AppBundle\Service\UserManager;
+ use App\Service\UserManager;
171
172
class CreateUserCommand extends Command
173
{
0 commit comments