From cfab3bddae26d50d3f23c6dab526d4d8a732e5d3 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Sat, 13 Mar 2021 17:08:00 +0000 Subject: [PATCH] Fix docblock --- Civi/Api4/Action/System/ResetPaths.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Civi/Api4/Action/System/ResetPaths.php b/Civi/Api4/Action/System/ResetPaths.php index 7089b9084f..87b3365610 100644 --- a/Civi/Api4/Action/System/ResetPaths.php +++ b/Civi/Api4/Action/System/ResetPaths.php @@ -13,12 +13,7 @@ namespace Civi\Api4\Action\System; /** - * Clear CiviCRM caches, and optionally rebuild triggers and reset sessions. - * - * @method bool getTriggers - * @method $this setTriggers(bool $triggers) - * @method bool getSession - * @method $this setSession(bool $session) + * Reset paths using doSiteMove(). */ class ResetPaths extends \Civi\Api4\Generic\AbstractAction { -- 2.25.1