@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace hauntd\vote\actions; |
4 | 4 | |
5 | +use Yii; |
|
6 | +use hauntd\vote\Module; |
|
5 | 7 | use hauntd\vote\models\Vote; |
6 | 8 | use hauntd\vote\models\VoteAggregate; |
7 | 9 | use hauntd\vote\models\VoteForm; |
8 | -use hauntd\vote\Module; |
|
9 | 10 | use hauntd\vote\traits\ModuleTrait; |
10 | -use Yii; |
|
11 | 11 | use yii\base\Action; |
12 | 12 | use yii\web\MethodNotAllowedHttpException; |
13 | 13 | use yii\web\Response; |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace hauntd\vote\widgets; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use hauntd\vote\assets\VoteAsset; |
6 | 7 | use hauntd\vote\models\VoteAggregate; |
7 | 8 | use hauntd\vote\traits\ModuleTrait; |
8 | 9 | use yii\base\InvalidParamException; |
9 | 10 | use yii\base\Widget; |
10 | -use yii\web\View; |
|
11 | 11 | use yii\web\JsExpression; |
12 | -use Yii; |
|
12 | +use yii\web\View; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @author Alexander Kononenko <[email protected]> |
@@ -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]> |