Skip to content

Commit

Permalink
Remove depreciated property.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Aug 13, 2023
1 parent 7b637d3 commit b725f2b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Control/Control.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b725f2b

Please sign in to comment.