| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/EmailSettings.php |
<?php
namespace RealPress\Helpers\Forms;
class EmailSettings extends AbstractForm {
public $section;
public $path_view = 'forms/email-settings';
public function __construct() {
}
}