mirror of
https://github.com/friendica/friendica
synced 2025-04-18 13:10:11 +00:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace Friendica\Contact\Introduction\Collection;
|
|
|
|
use Friendica\BaseCollection;
|
|
|
|
class Introductions extends BaseCollection
|
|
{
|
|
}
|