Merge pull request #7050 from turbo124/master

Rollback where we define constants.php"
This commit is contained in:
David Bomba 2021-12-19 19:01:35 +11:00 committed by GitHub
commit 7364b8e021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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