mirror of
https://github.com/friendica/friendica
synced 2024-11-11 16:22:54 +00:00
14 lines
197 B
PHP
14 lines
197 B
PHP
<?php
|
|
|
|
namespace Friendica\Collection;
|
|
|
|
use Friendica\BaseCollection;
|
|
use Friendica\Model\Introduction;
|
|
|
|
/**
|
|
* @property Introduction[] $models
|
|
*/
|
|
class Introductions extends BaseCollection
|
|
{
|
|
|
|
}
|