Skip to content

Commit 9edbe3d

Browse files
authored
Update Field.php
add missing const FORM
1 parent 183c933 commit 9edbe3d

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)