<?php

namespace App\Service;

interface StatCheckerInterface
{
    public function check($domain);
}
