We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8fca4 + 0d703eb commit cc8d7c8Copy full SHA for cc8d7c8
src/FirebaseChannel.php
@@ -5,10 +5,10 @@
5
use Exception;
6
use paragraph1\phpFCM\Client;
7
use paragraph1\phpFCM\Message;
8
+use Illuminate\Events\Dispatcher;
9
use paragraph1\phpFCM\Recipient\Device;
-use \Illuminate\Events\Dispatcher;
10
-use Illuminate\Notifications\Events\NotificationFailed;
11
use Illuminate\Notifications\Notification;
+use Illuminate\Notifications\Events\NotificationFailed;
12
13
class FirebaseChannel
14
{
src/FirebaseServiceProvider.php
@@ -4,8 +4,8 @@
4
use GuzzleHttp\Client as GuzzleClient;
-use paragraph1\phpFCM\Client as FcmClient;
use Illuminate\Support\ServiceProvider;
+use paragraph1\phpFCM\Client as FcmClient;
class FirebaseServiceProvider extends ServiceProvider
0 commit comments