|
@@ -9,9 +9,9 @@ |
|
9
|
9
|
use Elementor\Settings; |
|
10
|
10
|
use Elementor\Sub_Controls_Stack; |
|
11
|
11
|
|
|
12
|
12
|
if ( ! defined( 'ABSPATH' ) ) { |
|
13
|
|
- exit; // Exit if accessed directly. |
|
13
|
+ exit; // Exit if accessed directly |
|
14
|
14
|
} |
|
15
|
15
|
|
|
16
|
16
|
abstract class Tab_Base extends Sub_Controls_Stack { |
|
17
|
17
|
/** |