Test Setup Failed
Push — master ( 18aad0...79eeb7 )
by Marcel
05:40
created
app/Listeners/GameViewListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
app/Listeners/ObyxListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.