hasMany(\app\common\model\quotation\QuotationDetail::class, 'quotation_id', 'id'); } public function custom() { return $this->belongsTo(\app\common\model\custom\Custom::class, 'customer_id'); } }