Update Module.php

This commit is contained in:
Lucas Bartholemy 2021-04-13 11:36:50 +02:00 committed by GitHub
parent 2f8623264c
commit 42ff9f8df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ class Module extends BaseModule
/**
* @var string path to store marketplace modules
* If the param 'moduleMarketplacePath' is set this value will be used.
* Note: The path must also be added to the module autoloader `Yii::$app->params['moduleAutoloadPaths']`.
*/
public $modulesPath = '@app/modules';