<?php namespace common\logic; abstract class AbstractRepository extends AbstractService implements RepositoryInterface { }