preparing extension for publishing wip

This commit is contained in:
resurtm
2016-12-20 14:00:41 +06:00
parent 7a9045b287
commit 9b614eca1a
138 changed files with 1250 additions and 9 deletions

View File

@ -1,10 +1,20 @@
<?php
/*
* This file is part of the 2amigos/yii2-usuario project.
*
* (c) 2amigOS! <http://2amigos.us/>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/**
* @var yii\web\View
* @var $model \Da\User\Model\Permission
* @var $unassignedItems string[]
*/
use kartik\select2\Select2;
use yii\widgets\ActiveForm;
use yii\helpers\Html;