Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 11, 2018
1 parent b3401b7 commit efd24e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/CrawlRealSite.php export-ignore
5 changes: 2 additions & 3 deletions CrawlRealSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use Spatie\Crawler\Crawler;
use Spatie\Crawler\CrawlInternalUrls;
use Spatie\Crawler\Test\CrawlLogger;
use Spatie\Crawler\CrawlObserver;
use Psr\Http\Message\UriInterface;

Expand Down Expand Up @@ -44,5 +43,5 @@ public function finishedCrawling()

Crawler::create()
->setCrawlObserver($observer)
->setCrawlProfile(new CrawlInternalUrls('https://laravel.com'))
->startCrawling('https://laravel.com');
->setCrawlProfile(new CrawlInternalUrls('https://spatie.be'))
->startCrawling('https://spatie.be');

0 comments on commit efd24e3

Please sign in to comment.