Update SpaceChooserItem.php (#6858)

Fix `space` property type
This commit is contained in:
Marc Farré 2024-02-21 19:58:01 +01:00 committed by GitHub
parent ea8d1468d7
commit 9661d78c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
namespace humhub\modules\space\widgets;
use humhub\components\Widget;
use humhub\modules\space\models\Space;
use Yii;
/**
@ -12,7 +13,7 @@ use Yii;
class SpaceChooserItem extends Widget
{
/**
* @var string
* @var Space
*/
public $space;