From abf2b2fffb84394cd015b7ffa3ae09ac1fa5eeae Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 20 Jun 2024 13:06:02 +0000 Subject: [PATCH] refactor: remove default value from testing --- code/web/sys/Email/SMTPSetting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/web/sys/Email/SMTPSetting.php b/code/web/sys/Email/SMTPSetting.php index f9b53a81c7..ab166a9b78 100644 --- a/code/web/sys/Email/SMTPSetting.php +++ b/code/web/sys/Email/SMTPSetting.php @@ -28,7 +28,6 @@ public static function getObjectStructure($context = ''): array { 'type' => 'text', 'label' => 'Server name', 'description' => 'The name of the server', - 'default' => 'heyo', 'required' => true, ], 'host' => [