@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace hiqdev\hiart; |
13 | 13 | |
14 | -use yii\base\NotSupportedException; |
|
15 | 14 | use yii\db\ActiveQueryInterface; |
16 | 15 | use yii\db\ActiveQueryTrait; |
17 | 16 | use yii\db\ActiveRelationTrait; |
@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | public function join($type) |
52 | 52 | { |
53 | - $this->join[] = (array)$type; |
|
53 | + $this->join[] = (array) $type; |
|
54 | 54 | |
55 | 55 | return $this; |
56 | 56 | } |