fixed all tests
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var yii\web\View $this
|
||||
* @var \Da\User\Module $module
|
||||
* @var yii\web\View $this
|
||||
* @var \Da\User\Module $module
|
||||
* @var string $title
|
||||
*/
|
||||
|
||||
@ -10,6 +10,9 @@ $this->title = $title;
|
||||
|
||||
?>
|
||||
|
||||
<?= $this->render('_alert', [
|
||||
'module' => $module,
|
||||
]);
|
||||
<?= $this->render(
|
||||
'_alert',
|
||||
[
|
||||
'module' => $module,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user