mirror of
https://github.com/friendica/friendica
synced 2024-12-26 04:40:16 +00:00
11 lines
119 B
PHP
11 lines
119 B
PHP
|
<?php
|
||
|
|
||
|
namespace Friendica\Collection;
|
||
|
|
||
|
use Friendica\BaseCollection;
|
||
|
|
||
|
class Introductions extends BaseCollection
|
||
|
{
|
||
|
|
||
|
}
|