mirror of
https://github.com/sruupl/batflat.git
synced 2026-03-01 14:30:42 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
namespace Inc\Modules\Statistics\PHPBrowserDetector;
|
|
|
|
interface DetectorInterface
|
|
{
|
|
}
|