Renamed function getFullName with getName to match with last change on Symfony Console
This commit is contained in:
parent
fe527fbf1a
commit
c7eaf77d15
@ -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…
x
Reference in New Issue
Block a user