Fixes path making issue
This commit is contained in:
parent
b8fbb073ac
commit
aa7e1800a4
|
|
@ -21,7 +21,7 @@ trait PathMaker
|
|||
protected $pathSymbols = [
|
||||
'$' => PATH_PLUGINS,
|
||||
'~' => PATH_BASE,
|
||||
'/' => PATH_BASE, // @deprecated
|
||||
// '/' => PATH_BASE, // @deprecated
|
||||
'@' => PATH_BASE, // @deprecated
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue