ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/spatie/crawler/src/CrawlProfiles/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/spatie/crawler/src/CrawlProfiles/CrawlAllUrls.php |
<?php namespace Spatie\Crawler\CrawlProfiles; use Psr\Http\Message\UriInterface; class CrawlAllUrls extends CrawlProfile { public function shouldCrawl(UriInterface $url): bool { return true; } }