mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Support custom namespaces in autoloader
This commit is contained in:
parent
4f9f641067
commit
32832d1ab2
2 changed files with 18 additions and 0 deletions
|
|
@ -41,6 +41,12 @@ class Config
|
|||
self::save();
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty(self::$_config['namespaces']))
|
||||
{
|
||||
$GLOBALS['RX_NAMESPACES'] = self::$_config['namespaces'];
|
||||
}
|
||||
|
||||
return self::$_config;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue