Skip to content

Commit

Permalink
Renamed function getFullName with getName to match with last change o…
Browse files Browse the repository at this point in the history
…n Symfony Console
  • Loading branch information
Garfield-fr committed Jun 12, 2011
1 parent fe527fb commit c7eaf77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ protected function configure()
),
));

$fullName = $this->getFullName();
$fullName = $this->getName();
$this->setHelp(<<<EOT
The <info>$fullName</info> command generates the SQL needed to
synchronize the database schema with the current mapping metadata of the
Expand Down

0 comments on commit c7eaf77

Please sign in to comment.