mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
10 lines
140 B
PHP
10 lines
140 B
PHP
<?php
|
|
|
|
namespace Friendica\Security\TwoFactor\Collection;
|
|
|
|
use Friendica\BaseCollection;
|
|
|
|
class TrustedBrowsers extends BaseCollection
|
|
{
|
|
|
|
}
|