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; } }