From 77186943cb182e9566c920728f65325b4f563b9e Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Fri, 4 Feb 2022 18:40:34 +0100 Subject: [PATCH] Fixed wrong import --- protected/humhub/modules/marketplace/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/humhub/modules/marketplace/Events.php b/protected/humhub/modules/marketplace/Events.php index 8d804eabc8..f602ded56d 100644 --- a/protected/humhub/modules/marketplace/Events.php +++ b/protected/humhub/modules/marketplace/Events.php @@ -16,7 +16,7 @@ use humhub\modules\admin\widgets\ModuleControls; use humhub\modules\admin\widgets\ModuleFilters; use humhub\modules\admin\widgets\Modules; use humhub\modules\marketplace\models\Module as ModelModule; -use humhub\modules\share_between_humhub\helpers\Url; +use yii\helpers\Url; use humhub\modules\ui\icon\widgets\Icon; use humhub\modules\ui\menu\MenuLink; use humhub\widgets\Button;