Skip to content

Commit

Permalink
chore: add tappable trait
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed May 31, 2024
1 parent ae80c13 commit 02740a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DirectAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
namespace Sensson\DirectAdmin;

use Illuminate\Support\Traits\ForwardsCalls;
use Illuminate\Support\Traits\Tappable;
use Sensson\DirectAdmin\Exceptions\ConnectionFailed;

class DirectAdmin
{
use Tappable;
use ForwardsCalls;

public function __construct(public Api $api)
Expand Down

0 comments on commit 02740a0

Please sign in to comment.