Skip to content

Commit e018abe

Browse files
committed
Add Tappable for Soar
1 parent d77bb08 commit e018abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Soar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
namespace Guanguans\LaravelSoar;
1212

1313
use Illuminate\Support\Traits\Macroable;
14+
use Illuminate\Support\Traits\Tappable;
1415

1516
class Soar extends \Guanguans\SoarPHP\Soar
1617
{
1718
use Macroable;
19+
use Tappable;
1820
}

0 commit comments

Comments
 (0)