Skip to content

Commit b365517

Browse files
committed
Make the Mailable class tappable.
1 parent 16fe6bc commit b365517

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Mailable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
use Hyperf\Macroable\Macroable;
2828
use Hyperf\Stringable\Str;
2929
use Hyperf\Support\Traits\ForwardsCalls;
30+
use Hyperf\Tappable\Tappable;
3031
use Hyperf\ViewEngine\Contract\DeferringDisplayableValue;
3132
use Hyperf\ViewEngine\Contract\Htmlable;
3233
use PHPUnit\Framework\Assert as Phpunit;
@@ -45,7 +46,7 @@
4546

4647
class Mailable implements Contract\Mailable
4748
{
48-
use Conditionable, ForwardsCalls, Macroable {
49+
use Conditionable, ForwardsCalls, Tappable, Macroable {
4950
__call as macroCall;
5051
}
5152

0 commit comments

Comments
 (0)