Skip to content

Commit

Permalink
frontendgroup prefix #972
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 31, 2016
1 parent 7b260a4 commit 743402a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/frontendgroup/Module.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

namespace frontendgroup;
namespace luya\frontendgroup;

use Yii;
use yii\base\BootstrapInterface;
use luya\admin\models\Property;
use luya\cms\models\Property as CmsProperty;
use frontendgroup\properties\GroupAuthProperty;
use luya\frontendgroup\properties\GroupAuthProperty;
use luya\cms\Menu;

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/frontendgroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After adding to your composer json you have to include the frontendgroup module
'modules' => [
// ...
'frontendgroup' => [
'class' => 'frontendgroup\Module',
'class' => 'luya\frontendgroup\Module',
'frontendUsers' => [
'user1', 'user2', 'user3',
],
Expand Down
2 changes: 1 addition & 1 deletion modules/frontendgroup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"autoload" : {
"psr-4" : {
"frontendgroup\\" : ""
"luya\\frontendgroup\\" : ""
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion modules/frontendgroup/properties/GroupAuthProperty.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace frontendgroup\properties;
namespace luya\frontendgroup\properties;

use Yii;
use yii\helpers\Json;
Expand Down

0 comments on commit 743402a

Please sign in to comment.