We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8194f commit 715824dCopy full SHA for 715824d
src/ServiceMap.php
@@ -24,6 +24,7 @@ public function __construct(string $configPath)
24
throw new \InvalidArgumentException(sprintf('Provided config path %s must exist', $configPath));
25
}
26
27
+ \defined('YII_DEBUG') or \define('YII_DEBUG', true);
28
\defined('YII_ENV_DEV') or \define('YII_ENV_DEV', false);
29
\defined('YII_ENV_PROD') or \define('YII_ENV_PROD', false);
30
\defined('YII_ENV_TEST') or \define('YII_ENV_TEST', true);
0 commit comments