Skip to content

Commit 420ff20

Browse files
Merge branch 'v2' of github.com:spatie/laravel-feed into v2
2 parents ac57eb3 + d6346cb commit 420ff20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Feed.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
namespace Spatie\Feed;
44

5-
use Illuminate\Contracts\Support\Arrayable;
6-
use Illuminate\Contracts\Support\Responsable;
75
use Illuminate\Http\Response;
86
use Spatie\Feed\Exceptions\InvalidFeedItem;
7+
use Illuminate\Contracts\Support\Responsable;
98

109
class Feed implements Responsable
1110
{

0 commit comments

Comments
 (0)