diff --git a/src/Form/Related/Group.php b/src/Form/Related/Group.php index e1f8c69dd..b32e1cfde 100755 --- a/src/Form/Related/Group.php +++ b/src/Form/Related/Group.php @@ -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); }