mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-06 23:35:23 -06:00
9 lines
151 B
PHP
9 lines
151 B
PHP
<?php namespace Visiosoft\ProfileModule\Adress;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
|
|
|
class AdressPresenter extends EntryPresenter
|
|
{
|
|
|
|
}
|