File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ return [
47
47
/*
48
48
* Here you can specify which class and method will return
49
49
* the items that should appear in the feed. For example:
50
- * 'App\Repositories\NewsItemRepository@getAllOnline '
50
+ * '\ App\Model@getAllFeedItems '
51
51
*/
52
52
'items' => '',
53
53
@@ -157,7 +157,7 @@ return [
157
157
/*
158
158
* Here you can specify which class and method will return
159
159
* the items that should appear in the feed. For example:
160
- * 'App\Repositories\NewsItemRepository@getAllOnline '
160
+ * '\ App\Model@getAllFeedItems '
161
161
*/
162
162
'items' => 'App\NewsItem@getFeedItems',
163
163
Original file line number Diff line number Diff line change 7
7
/*
8
8
* Here you can specify which class and method will return
9
9
* the items that should appear in the feed. For example:
10
- * 'App\Repositories\NewsItemRepository@getAllOnline '
10
+ * '\ App\Model@getAllFeedItems '
11
11
*/
12
12
'items ' => '' ,
13
13
You can’t perform that action at this time.
0 commit comments