3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:35:35 +00:00

Fix setting namespace

This commit is contained in:
snipe
2016-04-25 12:15:41 -07:00
parent 898d9ad025
commit 97a91e2d83

View File

@ -52,7 +52,7 @@
@endif
@if (\App\Models\Setting::getSettings()->custom_css)
{{ Setting::getSettings()->show_custom_css() }}
{{ \App\Models\Setting::getSettings()->show_custom_css() }}
@endif
</style>