openclassify/addons/default/visiosoft/profile-module/src/Profile/ProfileCollection.php
2019-06-22 13:59:18 +03:00

9 lines
156 B
PHP

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