aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/Crawler.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde/Crawler.php')
-rw-r--r--src/phinde/Crawler.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phinde/Crawler.php b/src/phinde/Crawler.php
index f3158aa..ced40b8 100644
--- a/src/phinde/Crawler.php
+++ b/src/phinde/Crawler.php
@@ -57,6 +57,7 @@ class Crawler
protected function enqueue($linkInfos)
{
+ var_dump($linkInfos);die();
foreach ($linkInfos as $linkInfo) {
if ($this->es->isKnown($linkInfo->url)) {
continue;