get_items_under_shared_by_folder_id moved to HelperService.php

This commit is contained in:
Peter Papp
2021-03-14 17:20:30 +01:00
parent 07cc977684
commit 732fc48aa4
5 changed files with 38 additions and 36 deletions

View File

@@ -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