Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Jun 12, 2024
1 parent 24c72dd commit c42c48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Library/CrudPanel/Traits/FieldsProtectedMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ protected function makeSureSubfieldsHaveNecessaryAttributes($field)
'name' => $field['pivot_key_name'] ?? 'id',
'type' => 'hidden',
'wrapper' => [
'class' => 'd-none'
]
'class' => 'd-none',
],
]);
}

Expand Down

0 comments on commit c42c48e

Please sign in to comment.