Update ContentTopicButton.php

This commit is contained in:
Carlos Ferreira 2018-07-15 23:43:22 +02:00 committed by GitHub
parent de2d4db0b9
commit 8ffb16acef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2018 HumHub GmbH & Co. KG
@ -8,13 +9,12 @@
namespace humhub\modules\topic\widgets;
use Yii;
use humhub\modules\content\components\ContentActiveRecord;
use humhub\widgets\ModalButton;
use humhub\modules\topic\models\Topic;
use humhub\modules\content\widgets\WallEntryControlLink;
use humhub\widgets\Link;
use Yii;
use yii\helpers\Url;
class ContentTopicButton extends WallEntryControlLink