companyModules()->where('type', BusinessType::IMPORTER)->first(); $connection = $companyModule->connections()->where('inviter_reference', 'CIEF'); $connection->segments()->attach($segment); return $company; } catch (QueryException $exception){ throw new MalformedRequestException($exception); } } }