We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b5ee commit 72a1c92Copy full SHA for 72a1c92
config/nativephp.php
@@ -13,7 +13,7 @@
13
* usually in the form of a reverse domain name.
14
* For example: com.nativephp.app
15
*/
16
- 'app_id' => env('NATIVEPHP_APP_ID'),
+ 'app_id' => env('NATIVEPHP_APP_ID', 'com.nativephp.app'),
17
18
/**
19
* If your application allows deep linking, you can specify the scheme
0 commit comments