Skip to content

Commit cc8d7c8

Browse files
authored
Merge pull request #10 from alfa6661/analysis-qxK600
Apply fixes from StyleCI
2 parents ce8fca4 + 0d703eb commit cc8d7c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/FirebaseChannel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
use Exception;
66
use paragraph1\phpFCM\Client;
77
use paragraph1\phpFCM\Message;
8+
use Illuminate\Events\Dispatcher;
89
use paragraph1\phpFCM\Recipient\Device;
9-
use \Illuminate\Events\Dispatcher;
10-
use Illuminate\Notifications\Events\NotificationFailed;
1110
use Illuminate\Notifications\Notification;
11+
use Illuminate\Notifications\Events\NotificationFailed;
1212

1313
class FirebaseChannel
1414
{

src/FirebaseServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Exception;
66
use GuzzleHttp\Client as GuzzleClient;
7-
use paragraph1\phpFCM\Client as FcmClient;
87
use Illuminate\Support\ServiceProvider;
8+
use paragraph1\phpFCM\Client as FcmClient;
99

1010
class FirebaseServiceProvider extends ServiceProvider
1111
{

0 commit comments

Comments
 (0)