From 29288ca781c9505c094992f47e03ad2844137e31 Mon Sep 17 00:00:00 2001 From: Nurgiel Date: Wed, 15 May 2024 12:38:42 +0200 Subject: [PATCH] Develop data and schema patches - apply() should return --- src/pages/development/components/declarative-schema/patches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/development/components/declarative-schema/patches.md b/src/pages/development/components/declarative-schema/patches.md index f732d1703..85e64cd9b 100644 --- a/src/pages/development/components/declarative-schema/patches.md +++ b/src/pages/development/components/declarative-schema/patches.md @@ -82,6 +82,7 @@ class DummyPatch //Please note, that one patch is responsible only for one setup version //So one UpgradeData can consist of few data patches $this->moduleDataSetup->getConnection()->endSetup(); + return $this; } /**