Skip to content

Commit cb92058

Browse files
committed
Fix cs
1 parent 410097a commit cb92058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/Form/SettingForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public function init()
313313
'attributes' => [
314314
'id' => $defaultToPrivateElement['name'],
315315
'value' => $this->settings->get($defaultToPrivateElement['name'], false),
316-
]
316+
],
317317
]);
318318
}
319319

0 commit comments

Comments
 (0)