Skip to content

Commit 2d7dc6d

Browse files
committed
chaperone conversions
1 parent 60b4bef commit 2d7dc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function model(): MorphTo
114114
*/
115115
public function conversions(): HasMany
116116
{
117-
return $this->hasMany(MediaConversion::class);
117+
return $this->hasMany(MediaConversion::class)->chaperone();
118118
}
119119

120120
// Storing File ----------------------------------------------------------

0 commit comments

Comments
 (0)