Skip to content

Commit

Permalink
refactor: remove default value from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Jun 20, 2024
1 parent b90171a commit abf2b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/web/sys/Email/SMTPSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit abf2b2f

Please sign in to comment.