@@ -3,8 +3,8 @@ |
||
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 | { |
@@ -2,8 +2,8 @@ |
||
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 | { |