Set image path in singleton

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-30 10:11:48 +01:00
parent 245b0b0f8f
commit a18691c09f

View file

@ -65,6 +65,10 @@ class SettingsServiceProvider extends ServiceProvider
return 'assets/';
});
\App::singleton('audits_upload_path', function () {
return 'audits/';
});
\App::singleton('accessories_upload_path', function () {
return 'public/uploads/accessories/';
});