Completed
Pull Request — master (#94)
by
unknown
01:23
created
src/Feed.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Feed;
4 4
 
5
+use Illuminate\Contracts\Support\Responsable;
5 6
 use Illuminate\Http\Response;
6 7
 use Illuminate\Support\Arr;
7 8
 use Illuminate\Support\Collection;
8 9
 use Spatie\Feed\Exceptions\InvalidFeedItem;
9
-use Illuminate\Contracts\Support\Responsable;
10 10
 
11 11
 class Feed implements Responsable
12 12
 {
Please login to merge, or discard this patch.