diff --git a/Module.php b/Module.php index 3bbce98..fdbaf67 100644 --- a/Module.php +++ b/Module.php @@ -6,11 +6,6 @@ class Module extends \humhub\components\Module { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - /** * @inheritdoc */ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e6a125d..3eab2bc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,7 @@ Changelog 1.1.0 (Unreleased) ---------------------- +- Fix #7: Update module resources path - Enh #12: Migration to Bootstrap 5 for HumHub 1.18 1.0.2 (Unreleased)