ContainerTrait -> ContainerAwareTrait

This commit is contained in:
resurtm
2016-12-21 12:01:47 +06:00
parent 6505af2e46
commit 05566c0c58
24 changed files with 51 additions and 45 deletions

View File

@ -14,7 +14,7 @@ namespace Da\User\Widget;
use Da\User\Model\Assignment;
use Da\User\Service\UpdateAuthAssignmentsService;
use Da\User\Traits\AuthManagerTrait;
use Da\User\Traits\ContainerTrait;
use Da\User\Traits\ContainerAwareTrait;
use yii\base\InvalidConfigException;
use yii\base\Widget;
use yii\helpers\ArrayHelper;
@ -22,7 +22,7 @@ use yii\helpers\ArrayHelper;
class AssignmentsWidget extends Widget
{
use AuthManagerTrait;
use ContainerTrait;
use ContainerAwareTrait;
/**
* @var int ID of the user to whom auth items will be assigned