mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
10 lines
256 B
PHP
10 lines
256 B
PHP
<?php namespace Visiosoft\LocationModule\City;
|
|
|
|
use Visiosoft\LocationModule\City\Contract\CityInterface;
|
|
use Anomaly\Streams\Platform\Model\Location\LocationCitiesEntryModel;
|
|
|
|
class CityModel extends LocationCitiesEntryModel implements CityInterface
|
|
{
|
|
|
|
}
|