@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace App\Listeners; |
4 | 4 | |
5 | 5 | use App\Events\GameView; |
6 | -use Illuminate\Queue\InteractsWithQueue; |
|
7 | -use Illuminate\Contracts\Queue\ShouldQueue; |
|
8 | 6 | |
9 | 7 | class GameViewListener |
10 | 8 | { |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Events\Obyx; |
6 | 6 | use Carbon\Carbon; |
7 | -use Illuminate\Queue\InteractsWithQueue; |
|
8 | -use Illuminate\Contracts\Queue\ShouldQueue; |
|
9 | 7 | |
10 | 8 | class ObyxListener |
11 | 9 | { |