mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 12:12:09 -05:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php namespace Visiosoft\LocationModule\City;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
|
|
|
class CityRouter extends EntryRouter
|
|
{
|
|
|
|
}
|