3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 00:45:40 +00:00

Livewire component for smoother check for location companies

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-05 13:55:28 +01:00
parent 5e2dba5483
commit 4469db0bd3
6 changed files with 61 additions and 16 deletions

View File

@ -290,8 +290,7 @@ class SettingsController extends Controller
public function getSettings() : View
{
$setting = Setting::getSettings();
$total_locations = count(Helper::test_locations_fmcs(false));
return view('settings/general', compact('setting'))->with('total_locations', $total_locations);
return view('settings/general', compact('setting'));
}
/**