Skip to content

Commit a396a35

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

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
@@ -39,7 +39,7 @@
3939
/**
4040
* The description of your application.
4141
*/
42-
'description' => env('NATIVEPHP_APP_DESCRIPTION'),
42+
'description' => env('NATIVEPHP_APP_DESCRIPTION', 'An awesome app built with NativePHP'),
4343

4444
/**
4545
* The Website of your application.

0 commit comments

Comments
 (0)