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.
2 parents bf8194f + 715824d commit d91f567Copy full SHA for d91f567
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