mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-14 01:06:04 -06:00
9 lines
150 B
PHP
9 lines
150 B
PHP
<?php namespace Visiosoft\ProfileModule\Profile;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryCriteria;
|
|
|
|
class ProfileCriteria extends EntryCriteria
|
|
{
|
|
|
|
}
|