1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Renamed function getFullName with getName to match with last change on Symfony Console

This commit is contained in:
Bertrand Zuchuat 2011-06-12 14:46:02 +02:00
parent fe527fbf1a
commit c7eaf77d15

View File

@ -71,7 +71,7 @@ class UpdateCommand extends AbstractCommand
), ),
)); ));
$fullName = $this->getFullName(); $fullName = $this->getName();
$this->setHelp(<<<EOT $this->setHelp(<<<EOT
The <info>$fullName</info> command generates the SQL needed to The <info>$fullName</info> command generates the SQL needed to
synchronize the database schema with the current mapping metadata of the synchronize the database schema with the current mapping metadata of the