Skip to content

Commit

Permalink
Merge pull request #4 from zhenxxin/dev
Browse files Browse the repository at this point in the history
规范命名空间
  • Loading branch information
XuanXin Zhen authored Jan 27, 2017
2 parents b3915e6 + 75b3f12 commit 2c59914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license see MIT license for detail.
*/

namespace zhenxxin\extension;
namespace zhenxxin\autolock;

use Yii;
use yii\base\Module;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"autoload": {
"psr-4": {
"zhenxxin\\extension\\": "src/"
"zhenxxin\\autolock\\": ""
}
}
}

0 comments on commit 2c59914

Please sign in to comment.