Skip to content

Commit 2d0f009

Browse files
committed
typo
1 parent 0b754d3 commit 2d0f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/Messages/TextMessage.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class TextMessage implements Message
1717

1818
public static function create(Timestamp $timestamp = null)
1919
{
20-
return new self;
20+
return new self($timestamp);
2121
}
2222

2323
public function __construct(Timestamp $timestamp = null)

0 commit comments

Comments
 (0)