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

10 lines
137 B
PHP

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