[2.0][DDC-180] Fixed SmallInt type which was missing to extends Type
This commit is contained in:
parent
745b52b163
commit
73017b536f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace Doctrine\DBAL\Types;
|
||||||
*
|
*
|
||||||
* @author robo
|
* @author robo
|
||||||
*/
|
*/
|
||||||
class SmallIntType
|
class SmallIntType extends Type
|
||||||
{
|
{
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue