mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
comments
This commit is contained in:
@@ -25,8 +25,10 @@ class ZipController extends Controller
|
||||
): ZipStream {
|
||||
$user_id = Auth::id();
|
||||
|
||||
// Get list of folders and files from requested url parameter
|
||||
list($folders, $files) = ($this->getItemsListFromUrlParam)($user_id);
|
||||
|
||||
// Zip items
|
||||
$zip = ($this->zip)($folders, $files);
|
||||
|
||||
($this->recordDownload)(
|
||||
|
||||
Reference in New Issue
Block a user