Commit 3aec3b14 authored by 王源's avatar 王源
Browse files

fix bug

parent acec77da
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ if (!function_exists('download')) {
     */
    function download($filePath = '', $showName = '')
    {
        return $this->response->download($filePath, urlencode($showName));
        return response()->download($filePath, urlencode($showName));
    }
}