Skip to content

Commit

Permalink
Merge 1dd6d35 into 9b07c12
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorUsoltsev committed May 5, 2020
2 parents 9b07c12 + 1dd6d35 commit 6eae3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Collect your Key ID, as well as your Team ID (displayed at the top right of the
'team_id' => env('APN_TEAM_ID'),
'app_bundle_id' => env('APN_BUNDLE_ID'),
'private_key_content' => env('APN_PRIVATE_KEY'),
'production' => env('APN_PRODUCTION', true),
'environment' => (int)env('APN_PRODUCTION', 1),
],
],
```
Expand Down

0 comments on commit 6eae3d3

Please sign in to comment.