@@ -2,17 +2,16 @@ |
||
| 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\behaviors\VoteBehavior; |
| 7 | -use hauntd\vote\models\Vote; |
|
| 8 | 8 | use hauntd\vote\models\VoteAggregate; |
| 9 | 9 | use hauntd\vote\traits\ModuleTrait; |
| 10 | 10 | use yii\base\InvalidParamException; |
| 11 | 11 | use yii\base\Widget; |
| 12 | 12 | use yii\db\ActiveRecord; |
| 13 | -use yii\web\View; |
|
| 14 | 13 | use yii\web\JsExpression; |
| 15 | -use Yii; |
|
| 14 | +use yii\web\View; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * @author Alexander Kononenko <[email protected]> |