mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-06 23:35:23 -06:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php namespace Visiosoft\ProfileModule\Adress;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryCollection;
|
|
|
|
class AdressCollection extends EntryCollection
|
|
{
|
|
|
|
}
|