@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace app\commands; |
4 | 4 | |
5 | -use Exception; |
|
6 | -use yii\console\Controller; |
|
5 | +use Exception; |
|
6 | +use yii\console\Controller; |
|
7 | 7 | use Yii; |
8 | 8 | |
9 | 9 | final class WorkerController extends Controller |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace app\components; |
4 | 4 | |
5 | -use Redis; |
|
6 | -use RPQ\Client; |
|
5 | +use Redis; |
|
6 | +use RPQ\Client; |
|
7 | 7 | use yii\base\BaseObject; |
8 | -use Yii; |
|
9 | 8 | |
10 | 9 | final class RPQComponent extends BaseObject |
11 | 10 | { |