Skip to content

Commit a7271b6

Browse files
committed
Cast version to string
1 parent ad8e423 commit a7271b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cards/Adaptive/CustomAdaptiveCard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getMessage()
7171
"content" => [
7272
"\$schema" => "http://adaptivecards.io/schemas/adaptive-card.json",
7373
"type" => "AdaptiveCard",
74-
"version" => $this->version,
74+
"version" => (string) $this->version,
7575
],
7676
];
7777

0 commit comments

Comments
 (0)