Add SecretFormField
This commit is contained in:
parent
40a2da38a2
commit
92c5899afe
1 changed files with 6 additions and 0 deletions
6
SecretFormField.php
Normal file
6
SecretFormField.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
namespace Post;
|
||||||
|
|
||||||
|
class SecretFormField extends FormField {
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue