Skip to content

Commit

Permalink
Added missing environment definition in console
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Dec 2, 2015
1 parent 418afae commit ce4ad9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yii
Expand Up @@ -9,6 +9,7 @@
*/

defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');

require(__DIR__ . '/vendor/autoload.php');
require(__DIR__ . '/vendor/yiisoft/yii2/Yii.php');
Expand Down

0 comments on commit ce4ad9c

Please sign in to comment.