We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42bbc7 commit 82148c5Copy full SHA for 82148c5
snippets/Form Date.sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
<content><![CDATA[
3
-{!! Form::date(${1:\$name}, ${2:\Carbon\Carbon\::now()}, [${3}]) !!}
+{!! Form::date(${1:\$name}, ${2:\Carbon\Carbon::now()}, [${3}]) !!}
4
]]></content>
5
<tabTrigger>formdate</tabTrigger>
6
<scope>text.blade, text.html</scope>
0 commit comments