10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Med5min;
|
|
|
|
use App\Repositories\ContractInterface;
|
|
|
|
interface Med5minContractInterface extends ContractInterface
|
|
{
|
|
|
|
} |