mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Update src/Content/Conversation/Repository/UserDefinedChannel.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
bdfc87ab0d
commit
71bef03316
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class UserDefinedChannel extends BaseRepository
|
|||
*/
|
||||
public function selectById(int $id, int $uid): UserDefinedChannelEntity
|
||||
{
|
||||
$fields = $this->_selectFirstRowAsArray( ['id' => $id, 'uid' => $uid]);
|
||||
$fields = $this->_selectFirstRowAsArray(['id' => $id, 'uid' => $uid]);
|
||||
|
||||
return $this->factory->createFromTableRow($fields);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue