We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ec646 commit 3542d8bCopy full SHA for 3542d8b
doc/apns-adapter.md
@@ -124,7 +124,7 @@ use Sly\NotificationPusher\PushManager,
124
// First, instantiate the manager.
125
//
126
// Example for production environment:
127
-// $pushManager = new PushManager(PushManager::ENVIRONMENT_PRODUCTION);
+// $pushManager = new PushManager(PushManager::ENVIRONMENT_PROD);
128
129
// Development one by default (without argument).
130
$pushManager = new PushManager(PushManager::ENVIRONMENT_DEV);
0 commit comments