Moves the datetime helper loading to index
parent
e29ee23490
commit
5c4a50c68b
|
|
@ -27,6 +27,9 @@ use App\Core\ConfigLoader;
|
||||||
use App\App;
|
use App\App;
|
||||||
use App\Core\PluginRouteRegistry;
|
use App\Core\PluginRouteRegistry;
|
||||||
|
|
||||||
|
// Load the core datetime helper for all user-facing dates/times
|
||||||
|
require_once APP_PATH . 'helpers/datetime.php';
|
||||||
|
|
||||||
// Load configuration
|
// Load configuration
|
||||||
$config = ConfigLoader::loadConfig([
|
$config = ConfigLoader::loadConfig([
|
||||||
APP_PATH . 'config/jilo-web.conf.php',
|
APP_PATH . 'config/jilo-web.conf.php',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue