<?php namespace common\logic\User\UserProducer; use common\logic\BaseService; use common\logic\RepositoryInterface; class UserUserGroupRepository extends BaseService implements RepositoryInterface { }