refactor: remove nonQueued() method from media conversion in HasModuleMedia for cleaner code
This commit is contained in:
parent
13a75a1a25
commit
7c307b991e
@ -16,7 +16,6 @@ public function registerMediaConversions(?Media $media = null): void
|
|||||||
$this->addMediaConversion('thumb')
|
$this->addMediaConversion('thumb')
|
||||||
->width(80)
|
->width(80)
|
||||||
->height(80)
|
->height(80)
|
||||||
->sharpen(10)
|
->sharpen(10);
|
||||||
->nonQueued();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user