Skip to content

Commit

Permalink
Add default app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed May 1, 2024
1 parent 5b1b5ee commit 72a1c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nativephp.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* usually in the form of a reverse domain name.
* For example: com.nativephp.app
*/
'app_id' => env('NATIVEPHP_APP_ID'),
'app_id' => env('NATIVEPHP_APP_ID', 'com.nativephp.app'),

/**
* If your application allows deep linking, you can specify the scheme
Expand Down

0 comments on commit 72a1c92

Please sign in to comment.