@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace dominus77\sweetalert2; |
4 | 4 | |
5 | 5 | use Yii; |
6 | +use dominus77\sweetalert2\assets\AnimateCssAsset; |
|
7 | +use dominus77\sweetalert2\assets\SweetAlert2Asset; |
|
6 | 8 | use yii\bootstrap\Widget; |
7 | -use yii\helpers\Json; |
|
8 | 9 | use yii\helpers\ArrayHelper; |
9 | -use dominus77\sweetalert2\assets\SweetAlert2Asset; |
|
10 | -use dominus77\sweetalert2\assets\AnimateCssAsset; |
|
10 | +use yii\helpers\Json; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Alert widget renders a message from session flash or custom messages. |