Skip to content

Commit

Permalink
Update RbacHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmatix authored Aug 5, 2016
1 parent c6299d3 commit 166bf54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RbacHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
use yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
/**
* Class RbacBuilder
* Class RbacHelper
* @package enigmatix\yii2rbac
*/
class RbacBuilder extends Object
class RbacHelper extends Object
{

/**
Expand Down Expand Up @@ -262,4 +262,4 @@ static function createRoles(array $roles){
static::createRole($role);
}
}
}
}

0 comments on commit 166bf54

Please sign in to comment.