mirror of
https://github.com/friendica/friendica
synced 2025-05-09 04:24:14 +02:00
Add throwaway full-text search feature in a dedicated Database class
- Add explicit return type to UserDefinedChannels->current() to help IDE auto-completion
This commit is contained in:
parent
2e5046f8c3
commit
1191024609
2 changed files with 65 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
|
||||
namespace Friendica\Content\Conversation\Collection;
|
||||
|
||||
use Friendica\Content\Conversation\Entity;
|
||||
|
||||
class UserDefinedChannels extends Timelines
|
||||
{
|
||||
public function current(): Entity\UserDefinedChannel
|
||||
{
|
||||
return parent::current();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue