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