mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 00:36:04 -06:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php namespace Visiosoft\LocationModule\Village;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
|
|
|
class VillagePresenter extends EntryPresenter
|
|
{
|
|
|
|
}
|