We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b754d3 commit 2d0f009Copy full SHA for 2d0f009
main/Messages/TextMessage.class.php
@@ -17,7 +17,7 @@ final class TextMessage implements Message
17
18
public static function create(Timestamp $timestamp = null)
19
{
20
- return new self;
+ return new self($timestamp);
21
}
22
23
public function __construct(Timestamp $timestamp = null)
0 commit comments