1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Move include for constants

This commit is contained in:
David Bomba 2021-12-15 10:37:54 +11:00
parent 2897fdaa9e
commit cfeee5f98c
2 changed files with 3 additions and 1 deletions

View File

@ -31,8 +31,10 @@ require __DIR__.'/../bootstrap/autoload.php';
|
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
require_once __DIR__.'/../app/Constants.php';
/*
|--------------------------------------------------------------------------
| Run The Application

View File

@ -412,4 +412,4 @@ if (Utils::isNinjaDev())
*/
// Include static app constants
require_once app_path() . '/Constants.php';
// require_once app_path() . '/Constants.php';