Remove unneeded Form::open on label settings page
This commit is contained in:
parent
ad182a96fa
commit
2df995c2c7
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
|
||||
{{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }}
|
||||
<!-- CSRF Token -->
|
||||
{{csrf_field()}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue