From 30411ccd139a2465f7878a45829e3296eb5810a2 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Tue, 7 May 2024 22:14:04 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20need=20this=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/panel.php | 14 -------------- 1 file changed, 14 deletions(-) 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