mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 21:13:27 -05:00
9 lines
165 B
PHP
9 lines
165 B
PHP
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
|
|
|
class EducationPartPresenter extends EntryPresenter
|
|
{
|
|
|
|
}
|