File "FormFieldsInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/FormField/FormFieldsInterface.php
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\FormField;
use App\Repositories\Base\BaseInterface;
/**
* @method defaultModel()
*/
interface FormFieldsInterface extends BaseInterface {
}