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