diff --git a/app/Http/Resources/BrokerAttachmentResource.php b/app/Http/Resources/BrokerAttachmentResource.php index 0f04876b..28c0059c 100644 --- a/app/Http/Resources/BrokerAttachmentResource.php +++ b/app/Http/Resources/BrokerAttachmentResource.php @@ -3,6 +3,7 @@ namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; +use Illuminate\Support\Facades\Storage; class BrokerAttachmentResource extends JsonResource {