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