binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
422 stars 130 forks source link

Call to undefined method Laravelium\Feed\Feed::add() in BinshopsBlogRssFeedController #60

Closed brettrobertson61 closed 2 years ago

brettrobertson61 commented 2 years ago

The add() function in the laravelium/laravel-feed package has been change to addItem() which takes an array.

samberrry commented 2 years ago

@brettrobertson61 thanks for your report.

samberrry commented 2 years ago

fixed