From b54dc7bf0a2e9b7057b0955c05bb0a55a014931e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 19 Dec 2021 16:24:33 +1100 Subject: [PATCH] Rollback where we define constants.php" --- public/index.php | 2 +- routes/web.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 2568d6704c02..5ab6801c45c8 100644 --- a/public/index.php +++ b/public/index.php @@ -34,7 +34,7 @@ require __DIR__.'/../bootstrap/autoload.php'; $app = require_once __DIR__.'/../bootstrap/app.php'; -require_once __DIR__.'/../app/Constants.php'; +// require_once __DIR__.'/../app/Constants.php'; /* |-------------------------------------------------------------------------- | Run The Application diff --git a/routes/web.php b/routes/web.php index edb7ada86327..77fa114091b4 100644 --- a/routes/web.php +++ b/routes/web.php @@ -412,4 +412,4 @@ if (Utils::isNinjaDev()) */ // Include static app constants -// require_once app_path() . '/Constants.php'; +require_once app_path() . '/Constants.php';