Misc fixes for flysystem paths

This commit is contained in:
snipe
2020-06-16 16:06:25 -07:00
parent 1267c68f28
commit a7eb89f6b6
7 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class SettingsServiceProvider extends ServiceProvider
});
\App::singleton('accessories_upload_path', function() {
return 'accessories/';
return 'public/uploads/accessories/';
});
\App::singleton('models_upload_path', function(){