Loading src/functions.php +5 −5 Original line number Diff line number Diff line Loading @@ -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)); } } Loading Loading
src/functions.php +5 −5 Original line number Diff line number Diff line Loading @@ -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)); } } Loading