Exemplo n.º 1
0
 public function getService()
 {
     return $this->hasOne(ServicesRecord::className(), ['id' => 'serviceId', 'lang' => 'lang']);
 }