getSqlDeclaration -> getSQLDeclaration
Fixed inconsistent use of getSQLDeclaration method
This commit is contained in:
parent
cfc7236599
commit
ea70e080c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue