diff --git a/app/Models/BaseModel.php b/app/Models/BaseModel.php index f0b787f337..fc3dbface7 100644 --- a/app/Models/BaseModel.php +++ b/app/Models/BaseModel.php @@ -274,7 +274,7 @@ class BaseModel extends Model } if (! $invitation) { - throw new \Exception('Hard fail, could not create an invitation - is there a valid contact?'); + throw new \Exception('Hard fail, could not create an invitation.'); } if($this instanceof \App\Models\PurchaseOrder)