Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Oct 28, 2024
1 parent d61277e commit f628fc3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Screen/Fields/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ class Group implements Fieldable, Groupable
* @var array
*/
protected $attributes = [
'group' => [],
'class' => 'col-12 col-md form-group mb-md-0',
'align' => 'align-items-baseline',
'itemToEnd' => false,
'gridTemplateColumns' => null
'group' => [],
'class' => 'col-12 col-md form-group mb-md-0',
'align' => 'align-items-baseline',
'itemToEnd' => false,
'gridTemplateColumns' => null,
];

/**
Expand Down Expand Up @@ -87,6 +87,7 @@ public function fullWidth(): self

/**
* @param string $template
*
* @return $this
*/
public function gridTemplateColumns(string $template): self
Expand Down

0 comments on commit f628fc3

Please sign in to comment.