Fix update page

This commit is contained in:
Pig Fang 2019-05-01 16:40:18 +08:00
parent 4348cd7020
commit 2b575d7a8f

View File

@ -8,7 +8,8 @@
<p>{!! nl2br(trans('setup.updates.welcome.text', ['version' => config('app.version')])) !!}</p>
<form method="post" action="" novalidate="novalidate">
<form method="post" action="{{ url('/setup/update') }}" novalidate="novalidate">
@csrf
<p class="step">
<input type="submit" name="submit" class="button button-large" value="@lang('setup.updates.welcome.button')" />
</p>