Skip to content

Commit af9eac4

Browse files
committed
Changed the code to remove references to Symfony Framework since it's
the standalone component
1 parent 60e2b3e commit af9eac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/changing_default_behavior.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ method::
2323

2424
#!/usr/bin/env php
2525
<?php
26-
// app/console
26+
// application.php
2727

28-
use Acme\DemoBundle\Command\GreetCommand;
28+
use Acme\Command\GreetCommand;
2929
use Symfony\Component\Console\Application;
3030

3131
$command = new GreetCommand();

0 commit comments

Comments
 (0)