Update DropdownFilterInput.php

This commit is contained in:
Lucas Bartholemy 2020-07-10 18:05:50 +02:00 committed by GitHub
parent 7929d3b9dc
commit afd49b40b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
<?php
/**
* Created by PhpStorm.
* User: kingb
* Date: 05.10.2018
* Time: 21:14
* @link https://www.humhub.org/
* @copyright Copyright (c) 2020 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\ui\filter\widgets;
@ -13,7 +12,8 @@ use humhub\libs\Html;
/**
* Dropdown stream filter input type.
*
*
* @since 1.6
* @package humhub\modules\ui\filter\widgets
*/
class DropdownFilterInput extends FilterInput