Esempio n. 1
0
 /**
  * Relationship with Courier
  */
 public function getCourier()
 {
     return $this->hasOne(Courier::className(), ['id' => 'courier_id']);
 }