X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCollection%2FIntroductions.php;h=e95433193fc1d8086186e1c47e8fc7286a6f1563;hb=3d64c3031bd79ed9162774f945ffe169954c4785;hp=0d4e319cb736550480b33763ef759ca6b9392e65;hpb=2ea1c95e3d5feed7d6fb88c9eb8f625b40208fe8;p=friendica.git diff --git a/src/Collection/Introductions.php b/src/Collection/Introductions.php index 0d4e319cb7..e95433193f 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 {