mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fix accessories edit error (#6698)
* Add accessories_upload_path singleton (used in accessories/edit) * Fix indent
This commit is contained in:
parent
3530603797
commit
5624ea14e7
|
@ -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/';
|
||||
|
|
Loading…
Reference in a new issue