Пример #1
0
 public function getLogs()
 {
     return $this->hasMany(LogsMonitor::className(), ['user_id' => 'id']);
 }