Working on refactor for displaying PDFs

This commit is contained in:
David Bomba 2023-06-30 10:26:51 +10:00
parent d009eb48b9
commit 30ddf44598

View File

@ -274,7 +274,7 @@ class BaseModel extends Model
} }
if (! $invitation) { 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) if($this instanceof \App\Models\PurchaseOrder)