mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 21:13:27 -05:00
9 lines
178 B
PHP
9 lines
178 B
PHP
<?php namespace Visiosoft\LocationModule\District\Contract;
|
|
|
|
use Anomaly\Streams\Platform\Entry\Contract\EntryInterface;
|
|
|
|
interface DistrictInterface extends EntryInterface
|
|
{
|
|
|
|
}
|