Skip to content

Commit

Permalink
Fix accessories edit error (#6698)
Browse files Browse the repository at this point in the history
* Add accessories_upload_path singleton (used in accessories/edit)

* Fix indent
  • Loading branch information
smb authored and snipe committed Feb 8, 2019
1 parent 3530603 commit 5624ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Providers/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public function boot()
return 'assets/';
});

\App::singleton('accessories_upload_path', function() {
return 'accessories/';
});

\App::singleton('models_upload_path', function(){
return 'assetmodels/';
Expand Down

0 comments on commit 5624ea1

Please sign in to comment.