[2.0][DDC-180] Fixed SmallInt type which was missing to extends Type
This commit is contained in:
parent
745b52b163
commit
73017b536f
@ -7,7 +7,7 @@ namespace Doctrine\DBAL\Types;
|
||||
*
|
||||
* @author robo
|
||||
*/
|
||||
class SmallIntType
|
||||
class SmallIntType extends Type
|
||||
{
|
||||
public function getName()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user