friendica/src/Contact/Introduction/Collection/Introductions.php

10 lines
139 B
PHP

<?php
namespace Friendica\Contact\Introduction\Collection;
use Friendica\BaseCollection;
class Introductions extends BaseCollection
{
}