Don’t need this anymore

This commit is contained in:
Lance Pioch 2024-05-07 22:14:04 -04:00
parent bd8ca0abcf
commit 30411ccd13

View File

@ -13,20 +13,6 @@ return [
'load_environment_only' => (bool) env('APP_ENVIRONMENT_ONLY', false),
/*
|--------------------------------------------------------------------------
| Service Author
|--------------------------------------------------------------------------
|
| Each panel installation is assigned a unique UUID to identify the
| author of custom services, and make upgrades easier by identifying
| standard Panel shipped services.
*/
'service' => [
'author' => env('APP_SERVICE_AUTHOR', 'unknown@example.com'),
],
/*
|--------------------------------------------------------------------------
| Authentication