|
|
@@ -25,6 +25,8 @@ class RequestHandler implements MiddlewareInterface
|
|
|
const LAYOUTS_ROOT_PATHS = 'EXT:ot_stats/Resources/Private/Layouts';
|
|
|
const TEMPLATE_FILE = self::TEMPLATES_ROOT_PATHS . '/Header/Include.html';
|
|
|
|
|
|
+ public function __construct() {}
|
|
|
+
|
|
|
/**
|
|
|
* Process the frontend request to insert the matomo script in the header
|
|
|
* if the stats module is activated
|