mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Update src/Contact/LocalRelationship/Repository/LocalRelationship.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
cd00a8950f
commit
bdfc87ab0d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class LocalRelationship extends BaseRepository
|
|||
*/
|
||||
public function selectForUserContact(int $uid, int $cid): LocalRelationshipEntity
|
||||
{
|
||||
$fields = $this->_selectFirstRowAsArray( ['uid' => $uid, 'cid' => $cid]);
|
||||
$fields = $this->_selectFirstRowAsArray(['uid' => $uid, 'cid' => $cid]);
|
||||
|
||||
return $this->factory->createFromTableRow($fields);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue