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