Skip to content

Commit 2144155

Browse files
committed
Removed erroneous slash from Carbon reference in Form::date() in the README
1 parent d2a7da9 commit 2144155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use these snippets, type the trigger text followed by the `Tab` key.
4343
| `formcheckbox` | `{!! Form::checkbox($name, $value, $checked, []) !!}` |
4444
| `formradio` | `{!! Form::radio($name, $value, $checked, []) !!}` |
4545
| `formnumber` | `{!! Form::number($name, $value, []) !!}` |
46-
| `formdate` | `{!! Form::date($name, \Carbon\Carbon\::now(), []) !!}` |
46+
| `formdate` | `{!! Form::date($name, \Carbon\Carbon::now(), []) !!}` |
4747
| `formselect` | `{!! Form::select($name, $optionsArray, $defaultKey, []) !!}` |
4848
| `formselectrange` | `{!! Form::selectRange($name, $min, $max), [] !!}` |
4949
| `formselectmonth` | `{!! Form::selectMonth($name, []) !!}` |

0 commit comments

Comments
 (0)