Fix latest merge

This commit is contained in:
Nicolas Le Goff
2014-02-04 13:44:38 +01:00
parent 22838daa3a
commit 1456d92dbd

View File

@@ -27,6 +27,14 @@ class patch_383alpha5a implements patchInterface
return $this->release; return $this->release;
} }
/**
* {@inheritdoc}
*/
public function getDoctrineMigrations()
{
return [];
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */