Merge pull request #69 from Garfield-fr/master
Renamed function getFullName with getName
This commit is contained in:
commit
39ee9e5e5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user