Skip to content

Commit 231a053

Browse files
committed
add missing creator
1 parent 19093b5 commit 231a053

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Types/Twitter/SummaryLargeImage.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@
77
class SummaryLargeImage extends TwitterType
88
{
99
protected string $type = 'summary_large_image';
10+
11+
public function creator(string $creator)
12+
{
13+
$this->setProperty(self::PREFIX, 'creator', $creator);
14+
15+
return $this;
16+
}
1017
}

0 commit comments

Comments
 (0)