ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/spatie/crawler/src/CrawlProfiles/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/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;
    }
}

Zerion Mini Shell 1.0