diff --git a/README.md b/README.md index c013bf7..afd9668 100644 --- a/README.md +++ b/README.md @@ -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' => '', @@ -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', diff --git a/config/laravel-feed.php b/config/laravel-feed.php index 02a8824..6efebf1 100644 --- a/config/laravel-feed.php +++ b/config/laravel-feed.php @@ -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' => '',