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