Add docs to channel repository.
This commit is contained in:
parent
74b303fb2d
commit
adb8cdb12b
@ -15,6 +15,10 @@ class ChannelRepository implements ChannelRepositoryInterface
|
||||
protected MysqlClient $db
|
||||
) { }
|
||||
|
||||
/**
|
||||
* @param mixed[] $results Result Set from the Query
|
||||
* @return Channel
|
||||
*/
|
||||
protected function createChannelFromResults(array $results): Channel
|
||||
{
|
||||
return Channel::fromArray([
|
||||
|
Loading…
Reference in New Issue
Block a user