Skip to content

Commit 9ea8d45

Browse files
committed
Merge branch 'master' of github.com:spatie/laravel-feed
2 parents e4b7fde + 0fb1435 commit 9ea8d45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ return [
4747
/*
4848
* Here you can specify which class and method will return
4949
* the items that should appear in the feed. For example:
50-
* 'App\Repositories\NewsItemRepository@getAllOnline'
50+
* '\App\Model@getAllFeedItems'
5151
*/
5252
'items' => '',
5353

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

config/laravel-feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/*
88
* Here you can specify which class and method will return
99
* the items that should appear in the feed. For example:
10-
* 'App\Repositories\NewsItemRepository@getAllOnline'
10+
* '\App\Model@getAllFeedItems'
1111
*/
1212
'items' => '',
1313

0 commit comments

Comments
 (0)