diff --git a/modules/system/traits/PathMaker.php b/modules/system/traits/PathMaker.php index 4aad14ea3..8e9b49aea 100644 --- a/modules/system/traits/PathMaker.php +++ b/modules/system/traits/PathMaker.php @@ -21,7 +21,7 @@ trait PathMaker protected $pathSymbols = [ '$' => PATH_PLUGINS, '~' => PATH_BASE, - '/' => PATH_BASE, // @deprecated + // '/' => PATH_BASE, // @deprecated '@' => PATH_BASE, // @deprecated ];