mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Load system configuration before Context::init()
This commit is contained in:
parent
2cbecff729
commit
89db7c7c7c
2 changed files with 7 additions and 5 deletions
|
|
@ -191,7 +191,9 @@ spl_autoload_register(function($class_name)
|
|||
/**
|
||||
* Also include the Composer autoloader.
|
||||
*/
|
||||
if (file_exists(RX_BASEDIR . 'vendor/autoload.php'))
|
||||
{
|
||||
require_once RX_BASEDIR . 'vendor/autoload.php';
|
||||
}
|
||||
require_once RX_BASEDIR . 'vendor/autoload.php';
|
||||
|
||||
/**
|
||||
* Load system configuration.
|
||||
*/
|
||||
Rhymix\Framework\Config::init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue