This commit is contained in:
shimon
2022-07-26 13:31:34 +03:00
parent 6896ff3999
commit e232f2bbd2
14 changed files with 82 additions and 56 deletions
+4
View File
@@ -916,6 +916,10 @@ App::setResource('deviceFiles', function ($project) {
return getDevice(APP_STORAGE_UPLOADS . '/app-' . $project->getId());
}, ['project']);
App::setResource('deviceVideos', function ($project) {
return getDevice(APP_STORAGE_VIDEOS . '/app-' . $project->getId());
}, ['project']);
App::setResource('deviceFunctions', function ($project) {
return getDevice(APP_STORAGE_FUNCTIONS . '/app-' . $project->getId());
}, ['project']);