]> git.mxchange.org Git - friendica.git/blob - src/Collection/Introductions.php
Merge pull request #8150 from nupplaphil/task/prepare_enotify
[friendica.git] / src / Collection / Introductions.php
1 <?php
2
3 namespace Friendica\Collection;
4
5 use Friendica\BaseCollection;
6
7 class Introductions extends BaseCollection
8 {
9
10 }