Skip to content

Commit ddb18ee

Browse files
committed
alpha/develop: Small comment update
1 parent 0fbd04e commit ddb18ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/Controllers/CrmController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@ public function execute($action = self::EXEC_ACTION_CREATE_UPDATE, $associate =
607607
// associate the current object with the associated object
608608
$crmObject->associate($associatedObject, $assocKeyLookup->ext_object_id, $associationSpecs);
609609
}
610+
} else {
611+
$crmObject->logger->infoLow('No associations to process.');
610612
}
611613

612614
// -- cleanup, onto next provider

0 commit comments

Comments
 (0)