fix: [deprecation] futher toList() call updated
parent
60d8a8f655
commit
a5c9f68316
|
@ -73,7 +73,7 @@ class AppTable extends Table
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
->enableHydration(false);
|
->enableHydration(false);
|
||||||
$othersUsage = $queryOthersUsage->toList();
|
$othersUsage = $queryOthersUsage->all()->toList();
|
||||||
if (!empty($othersUsage)) {
|
if (!empty($othersUsage)) {
|
||||||
$stats[$scope][] = [
|
$stats[$scope][] = [
|
||||||
$scope => __('Others'),
|
$scope => __('Others'),
|
||||||
|
|
Loading…
Reference in New Issue