total null
This commit is contained in:
parent
37e305ca72
commit
12f3df2553
@ -253,7 +253,7 @@ class FlowPoolController extends Controller
|
||||
}
|
||||
|
||||
$setting['cards'] = $chunk;
|
||||
$setting['total'] = $cards[$package_id];
|
||||
$setting['total'] = $cards[$package_id] ?? 0;
|
||||
|
||||
$setting['news'] = $news < 0 ? 0 : $news;
|
||||
$newSettings[] = $setting;
|
||||
|
Loading…
x
Reference in New Issue
Block a user