Skip to content

Commit

Permalink
Merge pull request #1199 from LaravelRUS/analysis-QM1O1m
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
butschster committed May 31, 2020
2 parents b3729d0 + e4623f5 commit 65d5bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Related/Elements.php
Expand Up @@ -426,7 +426,7 @@ protected function createGroup($attributes, $old = false, $key = null): Group

foreach ($elements as $el) {
//add custom element for in the viewport related elements
if ( $el instanceof Custom ) {
if ($el instanceof Custom) {
$el->setModel($model);
}
$group->push($el);
Expand Down

0 comments on commit 65d5bc4

Please sign in to comment.