Skip to content

Commit

Permalink
Merge pull request #1265 from LaravelRUS/analysis-GD4R2A
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
butschster authored Feb 24, 2021
2 parents 45ae640 + 7315f08 commit 6092321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Related/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Group extends Collection
public function __construct(Model $model = null, $items = [])
{
$this->model = $model;
$this->setIfNeedPathFieldImage($items);
$this->setIfNeedPathFieldImage($items);
parent::__construct($items);
}

Expand Down

0 comments on commit 6092321

Please sign in to comment.