getSqlDeclaration -> getSQLDeclaration
Fixed inconsistent use of getSQLDeclaration method
This commit is contained in:
parent
ea70e080c2
commit
5ae888b853
@ -96,7 +96,7 @@ For example for the previous enum type:
|
||||
const STATUS_VISIBLE = 'visible';
|
||||
const STATUS_INVISIBLE = 'invisible';
|
||||
|
||||
public function getSqlDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
{
|
||||
return "ENUM('visible', 'invisible') COMMENT '(DC2Type:enumvisibility)'";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user