Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Jun 14, 2024
1 parent 410097a commit cb92058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Form/SettingForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function init()
'attributes' => [
'id' => $defaultToPrivateElement['name'],
'value' => $this->settings->get($defaultToPrivateElement['name'], false),
]
],
]);
}

Expand Down

0 comments on commit cb92058

Please sign in to comment.