Add SecretFormField

This commit is contained in:
Nero 2019-08-15 21:33:44 +02:00
parent 40a2da38a2
commit 92c5899afe
1 changed files with 6 additions and 0 deletions

6
SecretFormField.php Normal file
View File

@ -0,0 +1,6 @@
<?php
namespace Post;
class SecretFormField extends FormField {
}