1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

[2.0][DDC-180] Fixed SmallInt type which was missing to extends Type

This commit is contained in:
guilhermeblanco 2009-12-03 02:36:59 +00:00
parent 745b52b163
commit 73017b536f

View file

@ -7,7 +7,7 @@ namespace Doctrine\DBAL\Types;
* *
* @author robo * @author robo
*/ */
class SmallIntType class SmallIntType extends Type
{ {
public function getName() public function getName()
{ {