Fix accessories edit error (#6698)

* Add accessories_upload_path singleton (used in accessories/edit)

* Fix indent
This commit is contained in:
Steffen 2019-02-09 00:43:11 +01:00 committed by snipe
parent 3530603797
commit 5624ea14e7

View file

@ -48,6 +48,9 @@ class SettingsServiceProvider extends ServiceProvider
return 'assets/';
});
\App::singleton('accessories_upload_path', function() {
return 'accessories/';
});
\App::singleton('models_upload_path', function(){
return 'assetmodels/';