From c7eaf77d156ae035ab51ea006891ec19f065c5dd Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Sun, 12 Jun 2011 14:46:02 +0200 Subject: [PATCH] Renamed function getFullName with getName to match with last change on Symfony Console --- .../ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php index ea43f770b..b96a5a673 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php @@ -71,7 +71,7 @@ class UpdateCommand extends AbstractCommand ), )); - $fullName = $this->getFullName(); + $fullName = $this->getName(); $this->setHelp(<<$fullName command generates the SQL needed to synchronize the database schema with the current mapping metadata of the