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

9 lines
160 B
PHP

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