hasOne('Deal\Offer\Models\Flyer'); } /** * The product that belong to the offer. */ public function product(){ return $this->belongsTo('Deal\Offer\Models\Product'); } }