openclassify/addons/default/visiosoft/profile-module/src/EducationPart/EducationPartCollection.php
2021-03-29 10:55:45 +03:00

9 lines
168 B
PHP

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