Completed
Push — master ( 34a268...d90ce1 )
by Alexey
02:33
created
Alert.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.