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.
self
static
1 parent 9ebae89 commit b7aba53Copy full SHA for b7aba53
src/Email.php
@@ -52,7 +52,7 @@ class Email extends Model
52
*/
53
public static function compose()
54
{
55
- return new EmailComposer(new self);
+ return new EmailComposer(new static);
56
}
57
58
/**
0 commit comments