1
0
mirror of synced 2024-12-13 06:46:03 +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
*/
class SmallIntType
class SmallIntType extends Type
{
public function getName()
{