Renamed function getFullName with getName to match with last change on Symfony Console
This commit is contained in:
parent
fe527fbf1a
commit
c7eaf77d15
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class UpdateCommand extends AbstractCommand
|
|||
),
|
||||
));
|
||||
|
||||
$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
|
||||
|
|
Loading…
Add table
Reference in a new issue