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

10 lines
133 B
PHP

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