|
@@ -3,9 +3,9 @@ |
|
3
|
3
|
|
|
4
|
4
|
use Elementor\Core\Experiments\Manager as Experiments_Manager; |
|
5
|
5
|
|
|
6
|
6
|
if ( ! defined( 'ABSPATH' ) ) { |
|
7
|
|
- exit; // Exit if accessed directly. |
|
7
|
+ exit; // Exit if accessed directly |
|
8
|
8
|
} |
|
9
|
9
|
|
|
10
|
10
|
class Module extends \Elementor\Core\Base\Module { |
|
11
|
11
|
|