Skip to content

Commit 4638e97

Browse files
committed
Fix form model horizontal class
1 parent 4c4c4f7 commit 4638e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/formmodel.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::model(\$${1:model}, ['route' => ['${1:model}s.update', \$${1:model}s->id}], 'method' => 'PUT']${2:, ['class' => 'form-horizontal']}) !!}
3+
{!! Form::model(\$${1:model}, ['route' => ['${1:model}s.update', \$${1:model}s->id}], 'method' => 'PUT'${2:, 'class' => 'form-horizontal'}]) !!}
44
55
${0:boottext}
66

0 commit comments

Comments
 (0)