Skip to content

Commit 187c30c

Browse files
Added Defaults - config/nativephp.php
Co-authored-by: Peter Bishop <[email protected]>
1 parent 5679d1d commit 187c30c

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
@@ -44,7 +44,7 @@
4444
/**
4545
* The Website of your application.
4646
*/
47-
'website' => env('NATIVEPHP_APP_WEBSITE'),
47+
'website' => env('NATIVEPHP_APP_WEBSITE', 'https://nativephp.com'),
4848

4949
/**
5050
* The default service provider for your application. This provider

0 commit comments

Comments
 (0)