Completed
Pull Request — master (#12)
by
unknown
03:33 queued 10s
created
src/ExpoPushNotificationsServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use ExponentPhpSDK\Expo;
6 6
 use ExponentPhpSDK\ExpoRegistrar;
7 7
 use ExponentPhpSDK\ExpoRepository;
8
-use Illuminate\Support\ServiceProvider;
9 8
 use ExponentPhpSDK\Repositories\ExpoFileDriver;
9
+use Illuminate\Support\ServiceProvider;
10 10
 use NotificationChannels\ExpoPushNotifications\Repositories\ExpoDatabaseDriver;
11 11
 
12 12
 class ExpoPushNotificationsServiceProvider extends ServiceProvider
Please login to merge, or discard this patch.
src/ExpoChannel.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\ExpoPushNotifications;
4 4
 
5
+use ExponentPhpSDK\Exceptions\ExpoException;
5 6
 use ExponentPhpSDK\Expo;
6
-use Illuminate\Notifications\Notification;
7 7
 use Illuminate\Contracts\Events\Dispatcher;
8
-use ExponentPhpSDK\Exceptions\ExpoException;
9 8
 use Illuminate\Notifications\Events\NotificationFailed;
9
+use Illuminate\Notifications\Notification;
10 10
 use NotificationChannels\ExpoPushNotifications\Exceptions\CouldNotSendNotification;
11 11
 
12 12
 class ExpoChannel
Please login to merge, or discard this patch.
src/Http/ExpoController.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 NotificationChannels\ExpoPushNotifications\Http;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Http\JsonResponse;
6
+use Illuminate\Http\Request;
7 7
 use Illuminate\Routing\Controller;
8 8
 use Illuminate\Support\Facades\Auth;
9 9
 use Illuminate\Support\Facades\Validator;
Please login to merge, or discard this patch.