mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
defined('YII_DEBUG') ?: define('YII_DEBUG', false);
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', false);
|
||||
|
||||
$composerAutoload = [
|
||||
__DIR__ . '/vendor/autoload.php', // standalone with "composer install" run
|
||||
|
||||
Reference in New Issue
Block a user