Fix CSRF verification for OptionForm

This commit is contained in:
printempw 2018-08-15 18:20:25 +08:00
parent 503cb20c83
commit bf167639ff

View File

@ -4,6 +4,7 @@
</div><!-- /.box-header -->
<form method="post">
<input type="hidden" name="option" value="{{ $id }}">
{{ csrf_field() }}
<div class="box-body">
@foreach($messages as $msg)