]> git.mxchange.org Git - friendica.git/blob - tests/Util/CollectionDouble.php
Merge pull request #10860 from nupplaphil/feat/depository_profilefield
[friendica.git] / tests / Util / CollectionDouble.php
1 <?php
2
3 namespace Friendica\Test\Util;
4
5 use Friendica\BaseCollection;
6
7 class CollectionDouble extends BaseCollection
8 {
9 }