コード例 #1
0
ファイル: CustomerSeller.php プロジェクト: yinheark/yincart2
 public function getUser()
 {
     return $this->hasOne(Kiwi::getcustomer(), ['id' => 'customer_id']);
 }