We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28be871 commit bdad148Copy full SHA for bdad148
src/app/Library/CrudPanel/Traits/FieldsProtectedMethods.php
@@ -258,7 +258,7 @@ protected function makeSureSubfieldsHaveNecessaryAttributes($field)
258
return $field;
259
}
260
261
- if(! is_multidimensional_array($field['subfields'])) {
+ if (! is_multidimensional_array($field['subfields'])) {
262
$field['subfields'] = [$field['subfields']];
263
264
0 commit comments