Skip to content

Commit

Permalink
Fix manespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
fgh151 committed Mar 23, 2016
1 parent 6e7511e commit 3b76025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Module extends \yii\base\Module
{
public $defaultRoute = 'main';

public $controllerNamespace = 'common\modules\params\controllers';
public $controllerNamespace = 'fgh151\modules\params\controllers';

public $paramsFilePath = [];

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fgh151/yii2-params",
"version": "1.0.0",
"version": "1.0.1",
"description": "Yii2 params files managment",
"keywords": ["yii2", "params"],
"homepage": "http://openitstudio.ru",
Expand Down

0 comments on commit 3b76025

Please sign in to comment.