mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 00:06:07 -06:00
9 lines
147 B
PHP
9 lines
147 B
PHP
<?php namespace Visiosoft\LocationModule\District;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
|
|
|
class DistrictRouter extends EntryRouter
|
|
{
|
|
|
|
}
|