mirror of
https://github.com/friendica/friendica
synced 2025-05-07 11:04:10 +02:00
Move ContactRelation class to Contact\Relation
- Update references in GContact
This commit is contained in:
parent
24a82110fd
commit
a74c547af4
6 changed files with 28 additions and 17 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\Model\ContactRelation;
|
||||
use Friendica\Model\Contact;
|
||||
|
||||
class ContactDiscovery
|
||||
{
|
||||
|
@ -31,6 +31,6 @@ class ContactDiscovery
|
|||
*/
|
||||
public static function execute(string $url)
|
||||
{
|
||||
ContactRelation::discoverByUrl($url);
|
||||
Contact\Relation::discoverByUrl($url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue