Files
Batflat/inc/modules/statistics/phpbrowserdetector/DetectorInterface.php
2018-03-12 13:23:44 +01:00

8 lines
93 B
PHP

<?php
namespace Inc\Modules\Statistics\PHPBrowserDetector;
interface DetectorInterface
{
}