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