feat(attachment): refactor image cropping functionality to use range objects and update related tests
This commit is contained in:
@@ -81,6 +81,7 @@ class TenantInformationService
|
||||
|
||||
$attachments = Attachment::query()
|
||||
->whereIn('id', $attachmentIds)
|
||||
->with('croppedAttachment')
|
||||
->get()
|
||||
->keyBy('id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user