mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Rename existing FCM push driver to Legacy HTTP API
This commit is contained in:
parent
d39434d426
commit
a898c4281a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ use Rhymix\Framework\Push;
|
||||||
use Rhymix\Framework\Drivers\PushInterface;
|
use Rhymix\Framework\Drivers\PushInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The FCM (Google) Push driver.
|
* The FCM Legacy HTTP API Push driver.
|
||||||
*/
|
*/
|
||||||
class FCM extends Base implements PushInterface
|
class FCM extends Base implements PushInterface
|
||||||
{
|
{
|
||||||
|
|
@ -24,7 +24,7 @@ class FCM extends Base implements PushInterface
|
||||||
*/
|
*/
|
||||||
public static function getName(): string
|
public static function getName(): string
|
||||||
{
|
{
|
||||||
return 'Google FCM';
|
return 'FCM Legacy HTTP API';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue