mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-03 22:05:23 -06:00
10 lines
277 B
PHP
10 lines
277 B
PHP
<?php namespace Visiosoft\LocationModule\Country;
|
|
|
|
use Visiosoft\LocationModule\Country\Contract\CountryInterface;
|
|
use Anomaly\Streams\Platform\Model\Location\LocationCountriesEntryModel;
|
|
|
|
class CountryModel extends LocationCountriesEntryModel implements CountryInterface
|
|
{
|
|
|
|
}
|