mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Add missing import
This commit is contained in:
parent
14875e6cdd
commit
bc70003bbb
@ -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
Block a user