diff --git a/config/panel.php b/config/panel.php index a51028047..68893e4cf 100644 --- a/config/panel.php +++ b/config/panel.php @@ -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