We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47369e4 commit 1fe681bCopy full SHA for 1fe681b
1 file changed
app/Config/Honeypot.php
@@ -13,19 +13,10 @@ class Honeypot extends BaseConfig
13
public $hidden = true;
14
15
/**
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
+ * Div wrapper of honeypot.
+ *
+ * @var string
+ */
29
public $container = '<div style="display:none">%s</div>';
30
31
0 commit comments