mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 04:02:13 -05:00
10 lines
282 B
PHP
10 lines
282 B
PHP
<?php namespace Visiosoft\ProfileModule\Education;
|
|
|
|
use Visiosoft\ProfileModule\Education\Contract\EducationInterface;
|
|
use Anomaly\Streams\Platform\Model\Profile\ProfileEducationEntryModel;
|
|
|
|
class EducationModel extends ProfileEducationEntryModel implements EducationInterface
|
|
{
|
|
|
|
}
|