Completed
Pull Request — master (#268)
by Dwight
01:31
created
src/SitemapIndex.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Contracts\Support\Responsable;
6 6
 use Illuminate\Support\Facades\Response;
7
-use Spatie\Sitemap\Tags\Tag;
8 7
 use Spatie\Sitemap\Tags\Sitemap;
8
+use Spatie\Sitemap\Tags\Tag;
9 9
 
10 10
 class SitemapIndex implements Responsable
11 11
 {
Please login to merge, or discard this patch.