@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace hauntd\vote\models; |
| 4 | 4 | |
| 5 | 5 | use Yii; |
| 6 | +use hauntd\vote\Module; |
|
| 7 | +use hauntd\vote\traits\ModuleTrait; |
|
| 6 | 8 | use yii\base\Model; |
| 7 | 9 | use yii\helpers\ArrayHelper; |
| 8 | -use hauntd\vote\traits\ModuleTrait; |
|
| 9 | -use hauntd\vote\Module; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * @author Alexander Kononenko <[email protected]> |