Skip to content

Commit

Permalink
Merge pull request #138 from humhub/rsrc-pth-fix
Browse files Browse the repository at this point in the history
Resources dir fix
  • Loading branch information
luke- committed Jun 27, 2024
2 parents f90d0ca + aa96231 commit 4a073ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
*/
class Module extends ContentContainerModule
{
/**
* @inheritdoc
*/
public $resourcesPath = 'resources';

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 4a073ce

Please sign in to comment.