Browse Source

added namespace to locale command

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
4d5985b10c
  1. 2
      build/controllers/LocaleController.php

2
build/controllers/LocaleController.php

@ -5,6 +5,8 @@
* @license http://www.yiiframework.com/license/
*/
namespace app\controllers;
use yii\console\Controller;
use yii\helpers\FileHelper;

Loading…
Cancel
Save