Skip to content

Commit c1f334d

Browse files
authored
feat: add copyright notice configuration to nativephp.php (#534)
1 parent 15b6d75 commit c1f334d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/nativephp.php

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
*/
3232
'author' => env('NATIVEPHP_APP_AUTHOR'),
3333

34+
/**
35+
* The copyright notice for your application.
36+
*/
37+
'copyright' => env('NATIVEPHP_APP_COPYRIGHT'),
38+
3439
/**
3540
* The default service provider for your application. This provider
3641
* takes care of bootstrapping your application and configuring

0 commit comments

Comments
 (0)