Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu authored and github-actions[bot] committed May 4, 2024
1 parent 6bf8e71 commit d9fe395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ChatBotService.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ChatBotService
{
use WaitsForThreadRunCompletion;

protected Model|null $model = null;
protected ?Model $model = null;

public function __construct(public Client $client)
{
Expand Down

0 comments on commit d9fe395

Please sign in to comment.