wip
This commit is contained in:
@ -14,7 +14,7 @@ namespace Da\User\Traits;
|
||||
use Da\User\Component\AuthDbManagerComponent;
|
||||
use Yii;
|
||||
|
||||
trait AuthManagerTrait
|
||||
trait AuthManagerAwareTrait
|
||||
{
|
||||
/**
|
||||
* @return AuthDbManagerComponent|\yii\rbac\ManagerInterface
|
||||
@ -17,10 +17,10 @@ use Yii;
|
||||
/**
|
||||
* @property-read Module $module
|
||||
*/
|
||||
trait ModuleTrait
|
||||
trait ModuleAwareTrait
|
||||
{
|
||||
/**
|
||||
* @return \Da\User\Module
|
||||
* @return Module
|
||||
*/
|
||||
public function getModule()
|
||||
{
|
||||
Reference in New Issue
Block a user