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