mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
namespace Friendica\Test\Util;
|
|
|
|
use Friendica\BaseCollection;
|
|
|
|
class CollectionDouble extends BaseCollection
|
|
{
|
|
}
|