diff --git a/Civi/Api4/Action/System/ResetPaths.php b/Civi/Api4/Action/System/ResetPaths.php new file mode 100644 index 000000000000..87b3365610f8 --- /dev/null +++ b/Civi/Api4/Action/System/ResetPaths.php @@ -0,0 +1,24 @@ +setCheckPermissions($checkPermissions); } + /** + * @param bool $checkPermissions + * @return Action\System\ResetPaths + */ + public static function resetPaths($checkPermissions = TRUE) { + return (new Action\System\ResetPaths(__CLASS__, __FUNCTION__)) + ->setCheckPermissions($checkPermissions); + } + }