Skip to content

Commit

Permalink
Merge pull request #4 from RyanPriceDotCa/main
Browse files Browse the repository at this point in the history
Update spider.stub to use correct namespace for ParseResult
  • Loading branch information
ksassnowski authored Jan 4, 2022
2 parents 5eb956b + bf2f294 commit 92a3245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/spider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use RoachPHP\Downloader\Middleware\RequestDeduplicationMiddleware;
use RoachPHP\Extensions\LoggerExtension;
use RoachPHP\Extensions\StatsCollectorExtension;
use RoachPHP\Http\Response;
use RoachPHP\ResponseProcessing\ParseResult;
use RoachPHP\Spider\ParseResult;
use RoachPHP\Spider\BasicSpider;

class DummyClass extends BasicSpider
Expand Down

0 comments on commit 92a3245

Please sign in to comment.