Files
oficial/app/common/Ideal/Service/Repository.php

11 lines
221 B
PHP
Raw Normal View History

<?php
namespace Incoviba\Common\Ideal\Service;
use Incoviba\Common\Define;
use Incoviba\Common\Ideal;
abstract class Repository extends Ideal\Service
{
abstract public function getRepository(): Define\Repository;
}