Skip to content

Commit 72a1c92

Browse files
committed
Add default app ID
1 parent 5b1b5ee commit 72a1c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nativephp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* usually in the form of a reverse domain name.
1414
* For example: com.nativephp.app
1515
*/
16-
'app_id' => env('NATIVEPHP_APP_ID'),
16+
'app_id' => env('NATIVEPHP_APP_ID', 'com.nativephp.app'),
1717

1818
/**
1919
* If your application allows deep linking, you can specify the scheme

0 commit comments

Comments
 (0)