1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 00:28:30 +00:00
friendica-github/tests/Util/CollectionDouble.php
2021-10-18 23:32:42 +02:00

9 lines
120 B
PHP

<?php
namespace Friendica\Test\Util;
use Friendica\BaseCollection;
class CollectionDouble extends BaseCollection
{
}