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

@ -2,7 +2,7 @@
use yii\bootstrap\Alert;
/**
/*
* @var \Da\User\Module $module
*/
?>
@ -14,7 +14,7 @@ use yii\bootstrap\Alert;
<?php if (in_array($type, ['success', 'danger', 'warning', 'info'])): ?>
<?= Alert::widget([
'options' => ['class' => 'alert-dismissible alert-'.$type],
'body' => $message
'body' => $message,
]) ?>
<?php endif ?>
<?php endforeach ?>