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

10 lines
137 B
PHP

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