From cfc3433880a6cea6bcb93251e63ff101979456c3 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 28 Nov 2022 14:44:05 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Illuminate/Queue/Events/WorkerStopping.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Queue/Events/WorkerStopping.php b/src/Illuminate/Queue/Events/WorkerStopping.php index 8ca84cf3ba48..ccebb3cbb01a 100644 --- a/src/Illuminate/Queue/Events/WorkerStopping.php +++ b/src/Illuminate/Queue/Events/WorkerStopping.php @@ -2,8 +2,6 @@ namespace Illuminate\Queue\Events; -use Illuminate\Queue\WorkerOptions; - class WorkerStopping { /**