Move constants.php to bootstrap folder, config folder was a bad place

This commit is contained in:
DariusIII
2018-01-08 11:58:00 +01:00
parent 33628af730
commit f86cb2e1eb
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-01-08 DariusIII
* Chg: Move constants.php to bootstrap folder, config folder was a bad place
* Chg: Move constants.php to config folder
* Chg: Update simfony components
2018-01-05 DariusIII
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'constants.php';
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap'.DIRECTORY_SEPARATOR.'constants.php';
require __DIR__.DIRECTORY_SEPARATOR.'app.php';
use Dotenv\Dotenv;