1
0
Fork 0
friendica_2020-09-1_sharedH.../tests/Util/CollectionDouble.php

10 lines
120 B
PHP
Raw Normal View History

2021-10-10 22:45:25 +02:00
<?php
namespace Friendica\Test\Util;
use Friendica\BaseCollection;
class CollectionDouble extends BaseCollection
{
}