fix: [deprecation] futher toList() call updated

cli-modification-summary
iglocska 2022-08-17 13:49:52 +02:00
parent 60d8a8f655
commit a5c9f68316
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class AppTable extends Table
}
})
->enableHydration(false);
$othersUsage = $queryOthersUsage->toList();
$othersUsage = $queryOthersUsage->all()->toList();
if (!empty($othersUsage)) {
$stats[$scope][] = [
$scope => __('Others'),