New-Thanasoft/thanasoft-back/app/Repositories/ClientGroupRepositoryInterface.php

11 lines
200 B
PHP

<?php
declare(strict_types=1);
namespace App\Repositories;
interface ClientGroupRepositoryInterface extends BaseRepositoryInterface
{
// Add ClientGroup-specific methods here later if needed
}