Completed
Push — master ( 129b2c...ebef42 )
by Marcel
02:58
created
src/Notifications/SendQueuedNotifications.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Illuminate\Notifications;
4 4
 
5 5
 use Illuminate\Bus\Queueable;
6
-use Illuminate\Queue\SerializesModels;
7 6
 use Illuminate\Contracts\Queue\ShouldQueue;
7
+use Illuminate\Queue\SerializesModels;
8 8
 
9 9
 class SendQueuedNotifications implements ShouldQueue
10 10
 {
Please login to merge, or discard this patch.
src/Notifications/Channels/MailChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Illuminate\Notifications;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Contracts\Notifications\Dispatcher;
6
+use Illuminate\Support\Str;
7 7
 
8 8
 trait RoutesNotifications
9 9
 {
Please login to merge, or discard this patch.