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:
@ -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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user