Skip to content

Commit 1fe681b

Browse files
authored
Update Honeypot.php
1 parent 47369e4 commit 1fe681b

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

app/Config/Honeypot.php

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@ class Honeypot extends BaseConfig
1313
public $hidden = true;
1414

1515
/**
16-
* Hide the Honeypot. If not set or null, the style parameter will be use. Otherwise it will be set the class parametr by inserted string.
17-
* Example:
18-
* public $hiddenBy = 'hidden';
19-
*
20-
* @var ?string
21-
*/
22-
public $hiddenByClass = null;
23-
24-
/**
25-
* Div wrapper of honeypot.
26-
*
27-
* @var string
28-
*/
16+
* Div wrapper of honeypot.
17+
*
18+
* @var string
19+
*/
2920
public $container = '<div style="display:none">%s</div>';
3021

3122
/**

0 commit comments

Comments
 (0)