Add uneditable text field

This commit is contained in:
Nero 2019-09-02 14:47:20 +00:00
parent 8843c26153
commit 8bacd9cfb0
1 changed files with 6 additions and 0 deletions

6
StaticFormField.php Normal file
View File

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