Skip to content

Commit 4902697

Browse files
authored
Merge pull request #21 from ElegantEngineeringTech/v4
add deleteWhenMissingModels to converter
2 parents 73455d3 + 21fd9b8 commit 4902697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Converters/MediaConverter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ abstract class MediaConverter implements ShouldBeUnique, ShouldQueue
2121
{
2222
use Queueable;
2323

24+
public bool $deleteWhenMissingModels = true;
25+
2426
public string $conversion;
2527

2628
public bool $withChildren = true;

0 commit comments

Comments
 (0)