Add missing import
This commit is contained in:
parent
538c66cb80
commit
5d2871e259
|
|
@ -5,6 +5,7 @@ namespace App\Models;
|
||||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||||
use App\Models\LookupInvitation;
|
use App\Models\LookupInvitation;
|
||||||
use App\Models\Traits\Inviteable;
|
use App\Models\Traits\Inviteable;
|
||||||
|
use Utils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Invitation.
|
* Class Invitation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue