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