diff --git a/lib/classes/patch/384alpha1a.php b/lib/classes/patch/384alpha1a.php index 1c69a350d9..5166f700b4 100644 --- a/lib/classes/patch/384alpha1a.php +++ b/lib/classes/patch/384alpha1a.php @@ -27,6 +27,14 @@ class patch_384alpha1a implements patchInterface return $this->release; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */ @@ -43,14 +51,6 @@ class patch_384alpha1a implements patchInterface return $this->concern; } - /** - * {@inheritdoc} - */ - public function getDoctrineMigrations() - { - return []; - } - /** * {@inheritdoc} */ diff --git a/lib/classes/patch/384alpha2a.php b/lib/classes/patch/384alpha2a.php index 8fa47afb7f..b4b9ef434a 100644 --- a/lib/classes/patch/384alpha2a.php +++ b/lib/classes/patch/384alpha2a.php @@ -37,6 +37,14 @@ class patch_384alpha2a implements patchInterface return false; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */ diff --git a/lib/classes/patch/384alpha3a.php b/lib/classes/patch/384alpha3a.php index ec274b0545..8e485a1492 100644 --- a/lib/classes/patch/384alpha3a.php +++ b/lib/classes/patch/384alpha3a.php @@ -35,6 +35,14 @@ class patch_384alpha3a implements patchInterface return false; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */ diff --git a/lib/classes/patch/384alpha4a.php b/lib/classes/patch/384alpha4a.php index 5f0bf58a36..2748fe8420 100644 --- a/lib/classes/patch/384alpha4a.php +++ b/lib/classes/patch/384alpha4a.php @@ -27,6 +27,14 @@ class patch_384alpha4a implements patchInterface return $this->release; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */ diff --git a/lib/classes/patch/384alpha5a.php b/lib/classes/patch/384alpha5a.php index bcb76a3e80..f477899aaa 100644 --- a/lib/classes/patch/384alpha5a.php +++ b/lib/classes/patch/384alpha5a.php @@ -27,6 +27,14 @@ class patch_384alpha5a implements patchInterface return $this->release; } + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return []; + } + /** * {@inheritdoc} */