Skip to content

Commit

Permalink
Set module resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed May 10, 2024
1 parent b4ead82 commit 9596df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
*/
class Module extends \humhub\components\Module
{
/**
* @inheritdoc
*/
public $resourcesPath = 'assets';

/** *
* @var int the sort order for the birthdays sidebar widget
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.0.16 - Unreleased
-----------------------
- Enh #36: Tests for `next` version
- Fix #37: Set module resources path

1.0.15 - April 14, 2022
-----------------------
Expand Down

0 comments on commit 9596df2

Please sign in to comment.