From 8ce89de1ed4373d6b11a3347622b25c246b753e0 Mon Sep 17 00:00:00 2001 From: magroski Date: Tue, 15 Nov 2022 13:35:48 -0300 Subject: [PATCH] fix type --- src/Services/SqsClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/SqsClient.php b/src/Services/SqsClient.php index 6c01343..dd433ce 100644 --- a/src/Services/SqsClient.php +++ b/src/Services/SqsClient.php @@ -9,7 +9,7 @@ class SqsClient { protected AmazonSqsClient $sqsClient; - protected string $queueUrl; + protected ?string $queueUrl; /** * SqsClient constructor.