From ec1205809925c9470844f5e8d02cff4be525bdd0 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 15 Apr 2023 23:33:12 +0200 Subject: [PATCH] no custom uninstall action --- src/Uninstall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Uninstall.php b/src/Uninstall.php index 59638b0..5631f28 100644 --- a/src/Uninstall.php +++ b/src/Uninstall.php @@ -76,6 +76,7 @@ class Uninstall extends dcNsProcess ) ; - return true; + // no custom action + return false; } }