Files
oficial/app/common/Ideal/Service/Repository.php
2025-07-03 16:37:57 -04:00

11 lines
221 B
PHP

<?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;
}