Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-02-28 20:53:32 -08:00
commit a6816c5e15

View file

@ -196,6 +196,7 @@ class StatuslabelsController extends Controller
{
$this->authorize('view', Statuslabel::class);
$statuslabels = Statuslabel::withCount('assets')->get();
$total = Array();
foreach ($statuslabels as $statuslabel) {