We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7da9 commit 2144155Copy full SHA for 2144155
README.md
@@ -43,7 +43,7 @@ To use these snippets, type the trigger text followed by the `Tab` key.
43
| `formcheckbox` | `{!! Form::checkbox($name, $value, $checked, []) !!}` |
44
| `formradio` | `{!! Form::radio($name, $value, $checked, []) !!}` |
45
| `formnumber` | `{!! Form::number($name, $value, []) !!}` |
46
-| `formdate` | `{!! Form::date($name, \Carbon\Carbon\::now(), []) !!}` |
+| `formdate` | `{!! Form::date($name, \Carbon\Carbon::now(), []) !!}` |
47
| `formselect` | `{!! Form::select($name, $optionsArray, $defaultKey, []) !!}` |
48
| `formselectrange` | `{!! Form::selectRange($name, $min, $max), [] !!}` |
49
| `formselectmonth` | `{!! Form::selectMonth($name, []) !!}` |
0 commit comments