getSqlDeclaration -> getSQLDeclaration
Fixed inconsistent use of getSQLDeclaration method
This commit is contained in:
parent
cfc7236599
commit
ea70e080c2
@ -150,7 +150,7 @@ Now we're going to create the ``point`` type and implement all required methods.
|
||||
return self::POINT;
|
||||
}
|
||||
|
||||
public function getSqlDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
{
|
||||
return 'POINT';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user