This commit is contained in:
resurtm
2017-01-12 00:48:25 +06:00
parent 66ded8cc22
commit e221e723f0
3 changed files with 27 additions and 9 deletions

View File

@ -12,10 +12,9 @@
use yii\bootstrap\ActiveForm;
use yii\helpers\Html;
/*
* @var yii\web\View $this
* @var \Da\User\Model\User $user
*/
/* @var yii\web\View $this */
/* @var Da\User\Model\User $user */
?>
<?php $this->beginContent('@Da/User/resources/views/admin/update.php', ['user' => $user]) ?>