Completed
Pull Request — master (#9)
by ARCANEDEV
03:06
created
src/Entities/Url.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LaravelSitemap\Entities;
2 2
 
3
+use Arcanedev\LaravelSitemap\Contracts\Entities\Url as UrlContract;
3 4
 use ArrayAccess;
4 5
 use DateTime;
5
-use Arcanedev\LaravelSitemap\Contracts\Entities\Url as UrlContract;
6 6
 use Illuminate\Support\Str;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/SitemapManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Arcanedev\LaravelSitemap\Contracts\Entities\Sitemap as SitemapContract;
4 4
 use Arcanedev\LaravelSitemap\Contracts\SitemapManager as SitemapManagerContract;
5 5
 use Arcanedev\LaravelSitemap\Entities\Sitemap;
6
-use DOMDocument;
7 6
 use Illuminate\Support\Collection;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.