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} */