From: Michael Date: Fri, 8 Sep 2023 05:06:27 +0000 (+0000) Subject: Language specific median calculations / collection X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=526a9c48a7daa78cd3b9d4a220caf8c7e8d3a750;p=friendica.git Language specific median calculations / collection --- diff --git a/src/Content/Conversation/Collection/Channels.php b/src/Content/Conversation/Collection/Channels.php new file mode 100644 index 0000000000..a523cc7b2b --- /dev/null +++ b/src/Content/Conversation/Collection/Channels.php @@ -0,0 +1,28 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Collection; + +use Friendica\BaseCollection; + +class Channels extends BaseCollection +{ +}