From 060c08c011a40f79deba8ef2424617dc50fcf34f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Sep 2021 08:28:01 +0200 Subject: [PATCH] Return false --- app/Console/Commands/Tools/ApplyRules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Tools/ApplyRules.php b/app/Console/Commands/Tools/ApplyRules.php index fa46d79b46..5ad5c240c2 100644 --- a/app/Console/Commands/Tools/ApplyRules.php +++ b/app/Console/Commands/Tools/ApplyRules.php @@ -179,7 +179,7 @@ class ApplyRules extends Command // verify account. $result = $this->verifyInputAccounts(); if (false === $result) { - return $result; + return false; } // verify rule groups.