fix formatting

This commit is contained in:
Antonio Ramirez
2016-12-14 02:50:12 +01:00
parent f3f4b31bb4
commit 3ba01b4674
140 changed files with 512 additions and 523 deletions

View File

@ -1,11 +1,10 @@
<?php
/**
* @var $this yii\web\View
* @var $model \Da\User\Model\Permission
* @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;
@ -14,7 +13,7 @@ use yii\helpers\Html;
<?php $form = ActiveForm::begin([
'enableClientValidation' => false,
'enableAjaxValidation' => true,
'enableAjaxValidation' => true,
]) ?>
<?= $form->field($model, 'name') ?>
@ -27,7 +26,7 @@ use yii\helpers\Html;
'data' => $unassignedItems,
'options' => [
'id' => 'children',
'multiple' => true
'multiple' => true,
],
]) ?>