Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 6, 2016
2 parents e4b7fde + 0fb1435 commit 9ea8d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ return [
/*
* Here you can specify which class and method will return
* the items that should appear in the feed. For example:
* 'App\Repositories\NewsItemRepository@getAllOnline'
* '\App\Model@getAllFeedItems'
*/
'items' => '',

Expand Down Expand Up @@ -157,7 +157,7 @@ return [
/*
* Here you can specify which class and method will return
* the items that should appear in the feed. For example:
* 'App\Repositories\NewsItemRepository@getAllOnline'
* '\App\Model@getAllFeedItems'
*/
'items' => 'App\NewsItem@getFeedItems',

Expand Down
2 changes: 1 addition & 1 deletion config/laravel-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/*
* Here you can specify which class and method will return
* the items that should appear in the feed. For example:
* 'App\Repositories\NewsItemRepository@getAllOnline'
* '\App\Model@getAllFeedItems'
*/
'items' => '',

Expand Down

0 comments on commit 9ea8d45

Please sign in to comment.