Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 25, 2023
1 parent e386175 commit 808ac90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/theme-bootstrap5-vertical.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
Checkbox::class => [
'addContainerClass()' => ['form-check'],
'inputClass()' => ['form-check-input'],
'inputLabelClass()' => ['form-check-label']
'inputLabelClass()' => ['form-check-label'],
],
ErrorSummary::class => [
'containerClass()' => ['alert alert-danger'],
'listAttributes()' => [['class' => 'mb-0']],
'header()' => [''],
],
SubmitButton::class => [
'buttonClass()' => ['btn btn-primary']
'buttonClass()' => ['btn btn-primary'],
],
],
];

0 comments on commit 808ac90

Please sign in to comment.