openclassify/addons/default/visiosoft/profile-module/src/Adress/Contract/AdressRepositoryInterface.php
2020-09-12 15:08:57 +03:00

10 lines
257 B
PHP

<?php namespace Visiosoft\ProfileModule\Adress\Contract;
use Anomaly\Streams\Platform\Entry\Contract\EntryRepositoryInterface;
interface AdressRepositoryInterface extends EntryRepositoryInterface
{
public function getUserAddresses($userId = null);
}