Skip to content
Snippets Groups Projects
Commit e0969a44 authored by Pavel Piligrimov's avatar Pavel Piligrimov
Browse files

fix class loader

parent a0ce58ad
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
die();
}
include_once 'lib/mjml/RendererTemplate/componentrenderer.php';
include_once 'lib/mjml/renderertemplate/componentrenderer.php';
Events::bindEvents();
\ No newline at end of file
<?php
$arModuleVersion = [
'VERSION' => '0.0.1',
'VERSION_DATE' => '2022-07-03 13:00:00',
'VERSION' => '0.0.2',
'VERSION_DATE' => '2022-09-01 20:00:00',
];
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment