Skip to content

Commit 82148c5

Browse files
committed
Removed erroneous slash from Carbon reference in Form::date() snippet
1 parent a42bbc7 commit 82148c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/Form Date.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
{!! Form::date(${1:\$name}, ${2:\Carbon\Carbon\::now()}, [${3}]) !!}
3+
{!! Form::date(${1:\$name}, ${2:\Carbon\Carbon::now()}, [${3}]) !!}
44
]]></content>
55
<tabTrigger>formdate</tabTrigger>
66
<scope>text.blade, text.html</scope>

0 commit comments

Comments
 (0)