Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/nativephp.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
*/
'author' => env('NATIVEPHP_APP_AUTHOR'),

/**
* The copyright notice for your application.
*/
'copyright' => env('NATIVEPHP_APP_COPYRIGHT'),

/**
* The default service provider for your application. This provider
* takes care of bootstrapping your application and configuring
Expand Down
Loading