@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use SfCod\QueueBundle\Base\JobInterface; |
| 6 | 6 | use SfCod\QueueBundle\Base\JobResolverInterface; |
| 7 | 7 | use SfCod\QueueBundle\Queue\QueueInterface; |
| 8 | -use stdClass; |
|
| 9 | 8 | |
| 10 | 9 | /** |
| 11 | 10 | * MongoJob for laravel queue |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use SfCod\QueueBundle\Service\JobQueue; |
| 9 | 9 | use SfCod\QueueBundle\Service\QueueManager; |
| 10 | 10 | use SfCod\QueueBundle\Tests\Data\LoadTrait; |
| 11 | -use SfCod\SocketIoBundle\Service\Broadcast; |
|
| 12 | 11 | |
| 13 | 12 | /** |
| 14 | 13 | * Class JobQueueTest |