Fix latest merge

This commit is contained in:
Romain Neutron
2013-12-10 01:28:32 +01:00
parent 1e3b3a1b60
commit 804caccc73

View File

@@ -40,7 +40,7 @@ class patch_383alpha2a implements patchInterface
*/
public function getDoctrineMigrations()
{
return [];
return ['workzone'];
}
/**