mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
get_items_under_shared_by_folder_id moved to HelperService.php
This commit is contained in:
@@ -73,7 +73,7 @@ class SharedFileAccessContentController extends Controller
|
||||
->firstOrFail();
|
||||
|
||||
// Check file access
|
||||
$this->helper->check_file_access($shared, $file);
|
||||
$this->helper->check_guest_access_to_shared_items($shared, $file);
|
||||
|
||||
// Store user download size
|
||||
$shared
|
||||
@@ -109,7 +109,7 @@ class SharedFileAccessContentController extends Controller
|
||||
->firstOrFail();
|
||||
|
||||
// Check file access
|
||||
$this->helper->check_file_access($shared, $file);
|
||||
$this->helper->check_guest_access_to_shared_items($shared, $file);
|
||||
|
||||
// Store user download size
|
||||
$shared
|
||||
|
||||
Reference in New Issue
Block a user