Skip to content

Commit 7eedb1c

Browse files
committedFeb 7, 2018
Fixed improper formatting of the Form::selectRange() method
1 parent 2144155 commit 7eedb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎snippets/Form Select Range.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
{!! Form::selectRange(${1:\$name}, ${2:\$min}, ${3:\$max}), [${4}] !!}
3+
{!! Form::selectRange(${1:\$name}, ${2:\$min}, ${3:\$max}, [${4}]) !!}
44
]]></content>
55
<tabTrigger>formselectrange</tabTrigger>
66
<scope>text.blade, text.html</scope>

0 commit comments

Comments
 (0)
Please sign in to comment.