Skip to content
Snippets Groups Projects
include.php 197 B
Newer Older
Pavel Piligrimov's avatar
Pavel Piligrimov committed
<?php

use Mail\Mjml\Events;

if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
    die();
}

Pavel Piligrimov's avatar
Pavel Piligrimov committed
include_once 'lib/mjml/renderertemplate/componentrenderer.php';
Pavel Piligrimov's avatar
Pavel Piligrimov committed

Events::bindEvents();