From 1456d92dbd1944cec687acec222c66dfb12a232c Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Tue, 4 Feb 2014 13:44:38 +0100 Subject: [PATCH] Fix latest merge --- lib/classes/patch/383alpha5a.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/classes/patch/383alpha5a.php b/lib/classes/patch/383alpha5a.php index 87896eb463..18e49958d2 100644 --- a/lib/classes/patch/383alpha5a.php +++ b/lib/classes/patch/383alpha5a.php @@ -27,6 +27,14 @@ class patch_383alpha5a implements patchInterface return $this->release; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */