Fix button of clearing cache

This commit is contained in:
Pig Fang 2019-11-27 14:43:06 +08:00
parent 6321cea0da
commit 66c3c016f7

View File

@ -367,7 +367,7 @@ class AdminController extends Controller
'type' => 'a',
'class' => 'float-right',
'style' => 'warning',
'href' => '?clear-cache',
'href' => $request->url().'?clear-cache',
])
->addMessage(trans('options.cache.driver', ['driver' => config('cache.default')]), 'info');