Esempio n. 1
0
 public function getUser()
 {
     return $this->hasOne(Kiwi::getcustomer(), ['id' => 'customer_id']);
 }