record daily usage

This commit is contained in:
Čarodej
2021-12-10 16:37:00 +01:00
parent 26f367031e
commit 9275487cfa
8 changed files with 186 additions and 27 deletions

View File

@@ -76,7 +76,7 @@ class UploadFileAction
$disk_local->move("chunks/$chunkName", "files/$user_id/$fileName");
// Move files to external storage
if (! is_storage_driver(['local'])) {
if (! is_storage_driver('local')) {
($this->moveFileToExternalStorage)($fileName, $user_id);
}