Skip to content

Commit

Permalink
Changed the code to remove references to Symfony Framework since it's
Browse files Browse the repository at this point in the history
the standalone component
  • Loading branch information
dcsg committed Jan 5, 2014
1 parent 60e2b3e commit af9eac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/console/changing_default_behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ method::

#!/usr/bin/env php
<?php
// app/console
// application.php

use Acme\DemoBundle\Command\GreetCommand;
use Acme\Command\GreetCommand;
use Symfony\Component\Console\Application;

$command = new GreetCommand();
Expand Down

0 comments on commit af9eac4

Please sign in to comment.