]> git.mxchange.org Git - friendica.git/blob - src/Collection/Introductions.php
Merge pull request #8118 from annando/spamcheck
[friendica.git] / src / Collection / Introductions.php
1 <?php
2
3 namespace Friendica\Collection;
4
5 use Friendica\BaseCollection;
6 use Friendica\Model\Introduction;
7
8 /**
9  * @property Introduction[] $models
10  */
11 class Introductions extends BaseCollection
12 {
13
14 }