diff --git a/app/Services/Quote/CreateInvitations.php b/app/Services/Quote/CreateInvitations.php index af9380dad101..c1092b10ea5d 100644 --- a/app/Services/Quote/CreateInvitations.php +++ b/app/Services/Quote/CreateInvitations.php @@ -15,6 +15,7 @@ use App\Factory\ClientContactFactory; use App\Factory\QuoteInvitationFactory; use App\Models\Quote; use App\Models\QuoteInvitation; +use Illuminate\Support\Str; class CreateInvitations {