first commit
This commit is contained in:
13
wp-content/plugins/elementor-pro/data/base/controller.php
Normal file
13
wp-content/plugins/elementor-pro/data/base/controller.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user