Skip to content

Commit 04aeb52

Browse files
Update README.md
1 parent 063387d commit 04aeb52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ Create a feed class. For example:
4545
```php
4646
namespace App\Feeds;
4747

48-
use App\Feeds\Items\UserFeedItem;use App\Models\User;use DragonCode\LaravelFeed\Feed;use DragonCode\LaravelFeed\FeedItem;use Illuminate\Database\Eloquent\Builder;use Illuminate\Database\Eloquent\Model;
48+
use App\Feeds\Items\UserFeedItem;
49+
use App\Models\User;
50+
use DragonCode\LaravelFeed\Feed;
51+
use DragonCode\LaravelFeed\FeedItem;
52+
use Illuminate\Database\Eloquent\Builder;
53+
use Illuminate\Database\Eloquent\Model;
4954

5055
class UserFeed extends Feed
5156
{

0 commit comments

Comments
 (0)