|
@@ -5,9 +5,9 @@ |
|
5
|
5
|
use Elementor\Core\Logger\Manager as Logger; |
|
6
|
6
|
use Elementor\Plugin; |
|
7
|
7
|
|
|
8
|
8
|
if ( ! defined( 'ABSPATH' ) ) { |
|
9
|
|
- exit; // Exit if accessed directly. |
|
9
|
+ exit; // Exit if accessed directly |
|
10
|
10
|
} |
|
11
|
11
|
|
|
12
|
12
|
class Module extends BaseModule { |
|
13
|
13
|
|