Completed
Pull Request — master (#165)
by Brent
17:52 queued 10:36
created
src/Crawler/Profile.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Sitemap\Crawler;
4 4
 
5
-use Spatie\Robots\Robots;
6
-use Spatie\Crawler\CrawlProfile;
7 5
 use Psr\Http\Message\UriInterface;
6
+use Spatie\Crawler\CrawlProfile;
7
+use Spatie\Robots\Robots;
8 8
 
9 9
 class Profile extends CrawlProfile
10 10
 {
Please login to merge, or discard this patch.