summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/web/src/Compat/CompatDecorator.php
blob: 856b7588ecc7f6e6fefac0e386dfe2ec0f8a9661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace ipl\Web\Compat;

use ipl\Web\FormDecorator\IcingaFormDecorator;

/**
 * Compat form element decorator based on div elements
 *
 * @deprecated Use {@see \ipl\Web\FormDecorator\IcingaFormDecorator} instead
 */
class CompatDecorator extends IcingaFormDecorator
{
}