Skip to content

Commit bc77b25

Browse files
Merge pull request #610 from Grumshruk/patch-1
Update Field.php
2 parents 183c933 + 9edbe3d commit bc77b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kris/LaravelFormBuilder/Field.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Field
3232
const NUMBER = 'number';
3333
const RANGE = 'range';
3434
const ENTITY = 'entity';
35+
const FORM = 'form';
3536
//Buttons
3637
const BUTTON_SUBMIT = 'submit';
3738
const BUTTON_RESET = 'reset';

0 commit comments

Comments
 (0)