openclassify/addons/default/visiosoft/location-module/src/Country/CountryPresenter.php
2019-06-22 13:59:18 +03:00

9 lines
154 B
PHP

<?php namespace Visiosoft\LocationModule\Country;
use Anomaly\Streams\Platform\Entry\EntryPresenter;
class CountryPresenter extends EntryPresenter
{
}