We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -215,7 +215,7 @@ |
||
215 | 215 | if ($relationData['values'][$relationMethod][0] !== null) { |
216 | 216 | //we add the new values into the relation |
217 | 217 | $modelInstance->whereIn($modelInstance->getKeyName(), $relationData['values'][$relationMethod]) |
218 | - ->update([$relation->getForeignKeyName() => $item->{$relation->getLocalKeyName()}]); |
|
218 | + ->update([$relation->getForeignKeyName() => $item->{$relation->getLocalKeyName()}]); |
|
219 | 219 | |
220 | 220 | //we clear up any values that were removed from model relation. |
221 | 221 | //if developer provided a fallback id, we use it |