mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-11 18:55:29 -05:00
9 lines
148 B
PHP
9 lines
148 B
PHP
<?php namespace Visiosoft\ProfileModule\Adress;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryCriteria;
|
|
|
|
class AdressCriteria extends EntryCriteria
|
|
{
|
|
|
|
}
|