From d9fe3951b3c4453a38e4c2fa606cfac4ced23d25 Mon Sep 17 00:00:00 2001 From: halilcosdu Date: Sat, 4 May 2024 19:04:15 +0000 Subject: [PATCH] Fix styling --- src/Services/ChatBotService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/ChatBotService.php b/src/Services/ChatBotService.php index fe5cc72..38a06b9 100644 --- a/src/Services/ChatBotService.php +++ b/src/Services/ChatBotService.php @@ -14,7 +14,7 @@ class ChatBotService { use WaitsForThreadRunCompletion; - protected Model|null $model = null; + protected ?Model $model = null; public function __construct(public Client $client) {