Commit 73017b53 authored by guilhermeblanco's avatar guilhermeblanco

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

parent 745b52b1
......@@ -7,7 +7,7 @@ namespace Doctrine\DBAL\Types;
*
* @author robo
*/
class SmallIntType
class SmallIntType extends Type
{
public function getName()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment