We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4c4f7 commit 4638e97Copy full SHA for 4638e97
snippets/formmodel.sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
<content><![CDATA[
3
-{!! Form::model(\$${1:model}, ['route' => ['${1:model}s.update', \$${1:model}s->id}], 'method' => 'PUT']${2:, ['class' => 'form-horizontal']}) !!}
+{!! Form::model(\$${1:model}, ['route' => ['${1:model}s.update', \$${1:model}s->id}], 'method' => 'PUT'${2:, 'class' => 'form-horizontal'}]) !!}
4
5
${0:boottext}
6
0 commit comments