@@ -8,7 +8,6 @@ |
||
8 | 8 | namespace yii\db\sqlite; |
9 | 9 | |
10 | 10 | use yii\db\Connection; |
11 | -use yii\db\Exception; |
|
12 | 11 | use yii\base\InvalidParamException; |
13 | 12 | use yii\base\NotSupportedException; |
14 | 13 | use yii\db\Expression; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Yii; |
11 | 11 | use yii\base\InvalidConfigException; |
12 | 12 | use yii\helpers\SecurityHelper; |
13 | -use yii\helpers\StringHelper; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * The web Request class represents an HTTP request |