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

10 lines
310 B
PHP

<?php namespace Visiosoft\ProfileModule\EducationPart;
use Visiosoft\ProfileModule\EducationPart\Contract\EducationPartInterface;
use Anomaly\Streams\Platform\Model\Profile\ProfileEducationPartEntryModel;
class EducationPartModel extends ProfileEducationPartEntryModel implements EducationPartInterface
{
}