3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 18:15:46 +00:00

set max to 5

This commit is contained in:
Godfrey M
2025-04-22 12:07:02 -07:00
parent d871c529d1
commit 5da492cbf5
2 changed files with 1 additions and 2 deletions

View File

@ -751,7 +751,6 @@ class SettingsController extends Controller
return view('settings.labels')
->with('setting', Setting::getSettings())
->with('is_gd_installed', $is_gd_installed)
->with('template', LabelModel::find(Setting::getSettings()->label2_template))
->with('customFields', CustomField::where('field_encrypted', '=', 0)->get());
}