Skip to content

Commit

Permalink
Make the Mailable class tappable.
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 11, 2024
1 parent 16fe6bc commit b365517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
use Hyperf\Macroable\Macroable;
use Hyperf\Stringable\Str;
use Hyperf\Support\Traits\ForwardsCalls;
use Hyperf\Tappable\Tappable;
use Hyperf\ViewEngine\Contract\DeferringDisplayableValue;
use Hyperf\ViewEngine\Contract\Htmlable;
use PHPUnit\Framework\Assert as Phpunit;
Expand All @@ -45,7 +46,7 @@

class Mailable implements Contract\Mailable
{
use Conditionable, ForwardsCalls, Macroable {
use Conditionable, ForwardsCalls, Tappable, Macroable {
__call as macroCall;
}

Expand Down

0 comments on commit b365517

Please sign in to comment.