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

9 lines
208 B
PHP

<?php namespace Visiosoft\LocationModule\District\Contract;
use Anomaly\Streams\Platform\Entry\Contract\EntryRepositoryInterface;
interface DistrictRepositoryInterface extends EntryRepositoryInterface
{
}