File "controller.php"

Full path: /home/rogeri10/vinholalinda.com.br/export/controller.php
File size: 255 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
namespace ElementorPro\Data\Base;

use Elementor\Data\Base\Controller as Controller_Base;

abstract class Controller extends Controller_Base {

	public function __construct() {
		parent::__construct();

		$this->namespace = 'elementor-pro/v1';
	}
}