| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class PickingListPushNotificationConfig extends SprykerPickingListPushNotificationConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @uses \Spryker\Zed\PushNotificationWebPushPhp\PushNotificationWebPushPhpConfig::WEB_PUSH_PHP_PROVIDER_NAME |
||
| 18 | * |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | protected const PUSH_NOTIFICATION_PROVIDER_NAME = 'web-push-php'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function getPushNotificationProviderName(): string |
||
| 31 |