Skip to content

Commit 7047df2

Browse files
committed
Merge branch '5.6' of github.com:laravel/framework into 5.6
2 parents 23aaa20 + fdc1e61 commit 7047df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Relations/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function touch()
165165

166166
if (! $model::isIgnoringTouch()) {
167167
$this->rawUpdate([
168-
$model->getUpdatedAtColumn() => $model->freshTimestampString()
168+
$model->getUpdatedAtColumn() => $model->freshTimestampString(),
169169
]);
170170
}
171171
}

0 commit comments

Comments
 (0)