@@ -10,7 +10,6 @@ |
||
10 | 10 | use yii\helpers\Html; |
11 | 11 | use yii\helpers\Json; |
12 | 12 | use yii\widgets\InputWidget; |
13 | -use Yii; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * BootstrapFileInput widget renders the improved and amazing plugin version from Krajee. It supports multiple file |
@@ -7,10 +7,10 @@ |
||
7 | 7 | |
8 | 8 | namespace dosamigos\fileinput; |
9 | 9 | |
10 | +use Yii; |
|
10 | 11 | use yii\base\InvalidConfigException; |
11 | 12 | use yii\helpers\Html; |
12 | 13 | use yii\widgets\InputWidget; |
13 | -use Yii; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * FileInput renders a Jasny File Input Bootstrap plugin. |