From ab28f9481014133964697d1daebc9a323b7b9eee Mon Sep 17 00:00:00 2001 From: ArchBlood <35392110+ArchBlood@users.noreply.github.com> Date: Tue, 7 May 2024 19:45:52 -0400 Subject: [PATCH] Update Module.php Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com> --- Module.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Module.php b/Module.php index a6454ed..889a358 100644 --- a/Module.php +++ b/Module.php @@ -8,6 +8,11 @@ class Module extends BaseModule { + /** + * @inheritdoc + */ + public $resourcesPath = 'resources'; + /** * @inheritdoc */