File "ContactInquiryInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ContactInquiry/ContactInquiryInterface.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\ContactInquiry;
use App\Repositories\Base\BaseInterface;
interface ContactInquiryInterface extends BaseInterface {
}