Skip to content

Commit 350ce2b

Browse files
committed
Use Class helper
1 parent ab90ef4 commit 350ce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,6 @@ protected function getComment(&$options, $format = '<p class="form-text text-mut
13551355
*/
13561356
protected function getGroupOptions($options = [])
13571357
{
1358-
return array_only($options, ['required', 'form-group-class', 'id']);
1358+
return Arr::only($options, ['required', 'form-group-class', 'id']);
13591359
}
13601360
}

0 commit comments

Comments
 (0)