@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace hauntd\vote\widgets; |
| 4 | 4 | |
| 5 | -use Yii; |
|
| 6 | - |
|
| 7 | 5 | /** |
| 8 | 6 | * @author Alexander Kononenko <[email protected]> |
| 9 | 7 | * @package hauntd\vote\widgets |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace hauntd\vote\widgets; |
| 4 | 4 | |
| 5 | -use yii\bootstrap\Html; |
|
| 6 | 5 | use Yii; |
| 6 | +use yii\bootstrap\Html; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * @author Alexander Kononenko <[email protected]> |