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 518b4b7 commit c517dc1Copy full SHA for c517dc1
src/WebPushMessage.php
@@ -47,7 +47,7 @@ class WebPushMessage
47
*/
48
public static function create($body = '')
49
{
50
- return static ($body);
+ return new static($body);
51
}
52
53
/**
0 commit comments