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