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

10 lines
133 B
PHP

<?php
declare(strict_types=1);
namespace App\Repositories;
interface AvoirRepositoryInterface extends BaseRepositoryInterface
{
}