Skip to content

Commit

Permalink
added namespace to locale command
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 12, 2013
1 parent cc0fe1b commit 4d5985b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/controllers/LocaleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @license http://www.yiiframework.com/license/
*/

namespace app\controllers;

use yii\console\Controller;
use yii\helpers\FileHelper;

Expand Down

0 comments on commit 4d5985b

Please sign in to comment.