reports extract

This commit is contained in:
2024-04-03 18:31:17 +03:00
parent 28f9f3a87e
commit a27c8a933e
7 changed files with 734 additions and 65 deletions

View File

@ -106,7 +106,7 @@ class Reports extends \yii\db\ActiveRecord
/**
* @return \yii\db\ActiveQuery
*/
private function getUser(): \yii\db\ActiveQuery
public function getUser(): \yii\db\ActiveQuery
{
return $this->hasOne(User::class, ['id' => 'user_id']);
}