Fixes path making issue

This commit is contained in:
Sam Georges 2014-09-15 08:58:42 +10:00
parent b8fbb073ac
commit aa7e1800a4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ trait PathMaker
protected $pathSymbols = [
'$' => PATH_PLUGINS,
'~' => PATH_BASE,
'/' => PATH_BASE, // @deprecated
// '/' => PATH_BASE, // @deprecated
'@' => PATH_BASE, // @deprecated
];