Exemplo n.º 1
0
 public function getDelivery()
 {
     return $this->hasOne(tAddress::className(), ['id' => 'idDelivery']);
 }