From b68e6f6c54cc295e46044fe9e7951042bc5cbe36 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Wed, 21 Oct 2020 10:31:47 +0200 Subject: [PATCH] Update Module.php --- Module.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Module.php b/Module.php index 4b2b93b..b39a81b 100644 --- a/Module.php +++ b/Module.php @@ -23,6 +23,11 @@ class Module extends ContentContainerModule public $id = 'tracker-issues'; public $documentRootPath; + + /** + * @inheritdoc + */ + public $resourcesPath = 'resources'; public function init() {