Skip to content

Commit

Permalink
changed name to owner name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadasjad committed Jan 2, 2017
1 parent b098348 commit dbc0a6a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ yii2-rbac-plus
[![Daily Downloads](https://poser.pugx.org/ahmadasjad/yii2-rbac-plus/d/daily)](https://packagist.org/packages/ahmadasjad/yii2-rbac-plus)

Database role base access control manager for yii2
Actually, this is duplicate repo of https://github.com/johnitvn/yii2-rbac-plus
Due to not being active and pulling request of contributor or listening to them, I created this one.


Features
Expand Down
2 changes: 1 addition & 1 deletion src/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Hook with application bootstrap stage
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class Bootstrap implements BootstrapInterface {
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Description of Module
*
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class Module extends BaseModule {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/AssignmentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* AssignmentController is controller for manager user assignment
*
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class AssignmentController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/PermissionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* PermissionController is controller for manager permissions
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class PermissionController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/RoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* RoleController is controller for manager role
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class RoleController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/RuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* RuleController is controller for manager rule
*
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class RuleController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion src/models/AssignmentForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\base\Model;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class AssignmentForm extends Model {
Expand Down
2 changes: 1 addition & 1 deletion src/models/AssignmentSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use ahmadasjad\rbacplus\Module;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/AuthItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use yii\rbac\Item;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
abstract class AuthItem extends Model {
Expand Down
2 changes: 1 addition & 1 deletion src/models/AuthItemSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\rbac\Item;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
abstract class AuthItemSearch extends AuthItem {
Expand Down
2 changes: 1 addition & 1 deletion src/models/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Description of Permistion
*
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class Permission extends AuthItem {
Expand Down
2 changes: 1 addition & 1 deletion src/models/PermissionSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\rbac\Item;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class PermissionSearch extends AuthItemSearch {
Expand Down
2 changes: 1 addition & 1 deletion src/models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\rbac\Item;

/**
* @author John Martin <john.itvn@gmail.com>
* @author <ahmadcimage@gmail.com> <john.itvn@gmail.com>
* @since 1.0.0
*/
class Role extends AuthItem {
Expand Down
2 changes: 1 addition & 1 deletion src/models/RoleSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\rbac\Item;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class RoleSearch extends AuthItemSearch {
Expand Down
2 changes: 1 addition & 1 deletion src/models/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\base\Model;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class Rule extends Model {
Expand Down
2 changes: 1 addition & 1 deletion src/models/RuleSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\data\ArrayDataProvider;

/**
* @author John Martin <john.itvn@gmail.com>
* @author Ahmad Asjad <ahmadcimage@gmail.com>
* @since 1.0.0
*/
class RuleSearch extends Rule {
Expand Down

0 comments on commit dbc0a6a

Please sign in to comment.