1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Merge pull request #69 from Garfield-fr/master

Renamed function getFullName with getName
This commit is contained in:
Benjamin Eberlei 2011-06-12 13:08:43 -07:00
commit 39ee9e5e5b

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