X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCollection%2FIntroductions.php;h=eff6da043b7673b9b0e911f3b8ed907fb7935b20;hb=a98957eeb29cfb142dfc4cd3e03c5bdfbc373466;hp=0d4e319cb736550480b33763ef759ca6b9392e65;hpb=b8f85f0484fbb1f37e9cae2f4cf98f9349fda099;p=friendica.git diff --git a/src/Collection/Introductions.php b/src/Collection/Introductions.php index 0d4e319cb7..eff6da043b 100644 --- a/src/Collection/Introductions.php +++ b/src/Collection/Introductions.php @@ -1,13 +1,28 @@ . + * + */ namespace Friendica\Collection; use Friendica\BaseCollection; -use Friendica\Model\Introduction; -/** - * @property Introduction[] $models - */ class Introductions extends BaseCollection {