Move ContactRelation class to Contact\Relation
- Update references in GContact
This commit is contained in:
@@ -1554,7 +1554,7 @@ class Item
|
||||
}
|
||||
|
||||
// Update the contact relations
|
||||
ContactRelation::store($parent['author-id'], $item['author-id'], $item['created']);
|
||||
Contact\Relation::store($parent['author-id'], $item['author-id'], $item['created']);
|
||||
}
|
||||
|
||||
return $item;
|
||||
|
||||
Reference in New Issue
Block a user