From b725f2b2d02bae67765f3dd9e5eabfc7c62a7ccd Mon Sep 17 00:00:00 2001 From: Paul Water Date: Sun, 13 Aug 2023 11:07:31 +0200 Subject: [PATCH] Remove depreciated property. --- src/Control/Control.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Control/Control.php b/src/Control/Control.php index ea96a59..c467d37 100644 --- a/src/Control/Control.php +++ b/src/Control/Control.php @@ -59,14 +59,6 @@ abstract class Control */ protected ?Obfuscator $obfuscator = null; - /** - * The HTML code that will be inserted before the HTML code of this form control. - * - * @var string - * @deprecated Use class WrapperControl instead. - */ - protected string $prefix = ''; - /** * The submit-name or name in the generated HTML code of this form control. *