Skip to content

Commit 8ae6b2d

Browse files
committed
Fix Laravel docs headings
1 parent 6103b0c commit 8ae6b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/laravel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Laravel
33
subtitle: ''
44
position: 4
55
---
6-
# GetValueFormRequest
6+
7+
## GetValueFormRequest
78

89
Allows you access `GetValue` instance within your `FormRequest` by extending `GetValueFormRequest`.
910

@@ -28,8 +29,7 @@ class TestFormRequest extends GetValueFormRequest
2829

2930
Get value instance uses only validated data.
3031

31-
32-
# GetValueFactory
32+
## GetValueFactory
3333

3434
We have implemented helper functions that pulls array data from Laravel requests:
3535

0 commit comments

Comments
 (0)