mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Rename FCM/APNs
PC용 브라우저나 iOS에서도 FCM을 사용할 수 있으므로, 모바일 운영체제 명칭이 아닌 서비스 명칭을 사용하도록 변경합니다.
This commit is contained in:
parent
57e702daea
commit
1a89c5e0d6
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ class APNs extends Base implements \Rhymix\Framework\Drivers\PushInterface
|
|||
*/
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'iOS (APNs)';
|
||||
return 'APNs';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue