fix reports

This commit is contained in:
iIronside
2023-01-19 16:40:01 +03:00
parent 2f8e6466f4
commit 56ec8d8b13
2 changed files with 2 additions and 2 deletions

View File

@ -159,6 +159,7 @@ class ReportsController extends ApiController
// return $reportsModel;
$reports = $reportsModel->reportsByDate();
return $reports;
return ArrayHelper::toArray($reports , [
'common\models\Reports' => [
'date' => 'created_at',