define constant fix

This commit is contained in:
xiaomlove
2021-05-16 02:57:00 +08:00
parent 17e92f885b
commit 7dee44140b
5 changed files with 48 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
<?php
define('NEXUS_START', LARAVEL_START);
define('IN_NEXUS', false);
defined('NEXUS_START') || define('NEXUS_START', LARAVEL_START);
defined('IN_NEXUS') || define('IN_NEXUS', false);
require dirname(__DIR__) . '/include/constants.php';
/*