@@ -2,10 +2,10 @@ |
||
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\Collection; |
7 | 8 | use Spatie\Feed\Exceptions\InvalidFeedItem; |
8 | -use Illuminate\Contracts\Support\Responsable; |
|
9 | 9 | |
10 | 10 | class Feed implements Responsable |
11 | 11 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Feed; |
4 | 4 | |
5 | -use Spatie\Feed\Helpers\Path; |
|
6 | 5 | use Illuminate\Support\Facades\View; |
7 | -use Spatie\Feed\Http\FeedController; |
|
8 | 6 | use Illuminate\Support\ServiceProvider; |
7 | +use Spatie\Feed\Helpers\Path; |
|
8 | +use Spatie\Feed\Http\FeedController; |
|
9 | 9 | |
10 | 10 | class FeedServiceProvider extends ServiceProvider |
11 | 11 | { |