From f1738a5ef26b722040eea75a30fb4cd9abff01c4 Mon Sep 17 00:00:00 2001 From: Dwight Watson Date: Tue, 12 Nov 2024 10:03:08 +1100 Subject: [PATCH] Style --- tests/FcmChannelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FcmChannelTest.php b/tests/FcmChannelTest.php index 0a7d54c..868d574 100644 --- a/tests/FcmChannelTest.php +++ b/tests/FcmChannelTest.php @@ -4,10 +4,10 @@ use Exception; use Illuminate\Contracts\Events\Dispatcher; -use Illuminate\Notifications\Notifiable; use Illuminate\Notifications\Events\NotificationFailed; use Illuminate\Notifications\Events\NotificationSending; use Illuminate\Notifications\Events\NotificationSent; +use Illuminate\Notifications\Notifiable; use Illuminate\Notifications\Notification; use Illuminate\Support\Collection; use Kreait\Firebase\Contract\Messaging;