Ejemplo n.º 1
0
 public function getDevices()
 {
     return $this->hasOne(Devices::className(), ['id' => 'devices_id']);
 }