diff --git a/app/Models/CompanyModule.php b/app/Models/CompanyModule.php index 33b898f1..a5bb77a3 100644 --- a/app/Models/CompanyModule.php +++ b/app/Models/CompanyModule.php @@ -114,6 +114,7 @@ class CompanyModule extends AbstractModel implements Addressable, Documentable, public function getMarking() { $connection = $this->inviters->first(); + dd($connection); return $connection ? $connection->pivot->invitee_reference : ''; }