Skip to content

Commit 6092321

Browse files
authored
Merge pull request #1265 from LaravelRUS/analysis-GD4R2A
Apply fixes from StyleCI
2 parents 45ae640 + 7315f08 commit 6092321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Related/Group.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Group extends Collection
2323
public function __construct(Model $model = null, $items = [])
2424
{
2525
$this->model = $model;
26-
$this->setIfNeedPathFieldImage($items);
26+
$this->setIfNeedPathFieldImage($items);
2727
parent::__construct($items);
2828
}
2929

0 commit comments

Comments
 (0)