10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Faqs;
|
|
|
|
use App\Repositories\ContractInterface;
|
|
|
|
interface FaqContractInterface extends ContractInterface
|
|
{
|
|
|
|
} |