hasMany('Deal\Shop\Models\Offer'); } /** * The flyers that belong to the shop. */ public function flyers(){ return $this->hasMany('Deal\Shop\Models\Flyer'); } }