mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
BaseFilter: Add deprecation notice
This commit is contained in:
parent
519bca12a5
commit
fbc4e80742
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ namespace Icinga\Module\Icingadb\Common;
|
|||
|
||||
use ipl\Stdlib\Filter\Rule;
|
||||
|
||||
/**
|
||||
* @deprecated Use {@see \ipl\Stdlib\BaseFilter} instead. This will be removed with version 1.1
|
||||
*/
|
||||
trait BaseFilter
|
||||
{
|
||||
/** @var Rule Base filter */
|
||||
|
|
|
|||
Loading…
Reference in a new issue