openclassify/addons/default/visiosoft/profile-module/src/EducationPart/EducationPartPresenter.php
2020-12-14 18:49:07 +03:00

9 lines
165 B
PHP

<?php namespace Visiosoft\ProfileModule\EducationPart;
use Anomaly\Streams\Platform\Entry\EntryPresenter;
class EducationPartPresenter extends EntryPresenter
{
}