10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Pld;
|
|
|
|
use App\Repositories\ContractInterface;
|
|
|
|
interface PldContractInterface extends ContractInterface
|
|
{
|
|
|
|
} |