From a3bff9d079e3c9da1ee46ff1feab6b33cdd8a69d Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Fri, 1 Sep 2023 05:26:32 +0800 Subject: [PATCH] export arrived parcel improvements --- app/Models/CompanyModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/CompanyModule.php b/app/Models/CompanyModule.php index a5bb77a3..e518f2b4 100644 --- a/app/Models/CompanyModule.php +++ b/app/Models/CompanyModule.php @@ -113,7 +113,7 @@ class CompanyModule extends AbstractModel implements Addressable, Documentable, public function getMarking() { - $connection = $this->inviters->first(); + $connection = $this->invites->first(); dd($connection); return $connection ? $connection->pivot->invitee_reference : ''; }