Skip to content

Commit

Permalink
Re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Dec 24, 2023
1 parent ffd690f commit 6d4688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FcmChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Notifications\Events\NotificationFailed;
use Illuminate\Notifications\Notification;
use Illuminate\Support\Collection;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Kreait\Firebase\Contract\Messaging;
use Kreait\Firebase\Messaging\MulticastSendReport;
use Kreait\Firebase\Messaging\SendReport;
Expand Down

0 comments on commit 6d4688b

Please sign in to comment.