Move ContactRelation class to Contact\Relation

- Update references in GContact
This commit is contained in:
Hypolite Petovan 2020-08-03 13:10:49 -04:00
parent 24a82110fd
commit a74c547af4
6 changed files with 28 additions and 17 deletions

View file

@ -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;