Skip to content

Commit

Permalink
fix Invitation model use on HasInvitation
Browse files Browse the repository at this point in the history
  • Loading branch information
csrui committed Mar 18, 2024
1 parent bd8f9ab commit 47f362b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Concerns/HasInvitations.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace TwentySixB\LaravelInvitations\Models\Concerns;

use Illuminate\Database\Eloquent\Builder;
use TwentySixB\LaravelInvitations\Models\Invitation;

trait HasInvitations {

Expand Down

0 comments on commit 47f362b

Please sign in to comment.