Commit 2b285788 authored by Steve Müller's avatar Steve Müller

Merge pull request #238 from vincequeiroz/patch-1

Update tests/Doctrine/Tests/DBAL/Functional/Schema/PostgreSqlSchemaManag...
parents 6ea864db a4ecdfd1
......@@ -271,7 +271,7 @@ class MoneyType extends Type
return "MyMoney";
}
public function getSqlDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{
return 'MyMoney';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment