* @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 * @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Monitoring\Form\Command; /** * Simple confirmation form * * Exist to make the abstract form concrete. */ class Confirmation extends AbstractCommand { }