Skip to content

Commit ce21c0b

Browse files
committed
Fix class name
1 parent 36b291c commit ce21c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Channels/FcmV1Channel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Edujugon\PushNotification\Channels;
44

5-
class FcmChannel extends GcmChannel
5+
class FcmV1Channel extends GcmChannel
66
{
77
/**
88
* {@inheritdoc}

0 commit comments

Comments
 (0)