mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 15:56:10 -06:00
9 lines
155 B
PHP
9 lines
155 B
PHP
<?php namespace Visiosoft\LocationModule\Neighborhood;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
|
|
|
class NeighborhoodRouter extends EntryRouter
|
|
{
|
|
|
|
}
|