openclassify/addons/default/visiosoft/location-module/src/Country/Contract/CountryInterface.php
2019-06-22 13:59:18 +03:00

9 lines
212 B
PHP

<?php namespace Visiosoft\LocationModule\Country\Contract;
use Anomaly\Streams\Platform\Entry\Contract\EntryInterface;
interface CountryInterface extends EntryInterface
{
public function getCountry($id);
}