Completed
Push — master ( e343fe...be60ff )
by Marcel
10s
created
src/Notifications/NotificationServiceProvider.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Illuminate\Notifications;
4 4
 
5
+use Illuminate\Bus\Dispatcher as Bus;
6
+use Illuminate\Contracts\Notifications\Dispatcher as DispatcherContract;
7
+use Illuminate\Contracts\Notifications\Factory as FactoryContract;
5 8
 use Illuminate\Notifications\Console\NotificationMakeCommand;
6 9
 use Illuminate\Notifications\Console\NotificationTableCommand;
7 10
 use Illuminate\Support\ServiceProvider;
8
-use Illuminate\Contracts\Notifications\Factory as FactoryContract;
9
-use Illuminate\Contracts\Notifications\Dispatcher as DispatcherContract;
10
-use Illuminate\Bus\Dispatcher as Bus;
11 11
 
12 12
 class NotificationServiceProvider extends ServiceProvider
13 13
 {
Please login to merge, or discard this patch.