D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
spatie
/
crawler
/
src
/
CrawlProfiles
/
Filename :
CrawlAllUrls.php
back
Copy
<?php namespace Spatie\Crawler\CrawlProfiles; use Psr\Http\Message\UriInterface; class CrawlAllUrls extends CrawlProfile { public function shouldCrawl(UriInterface $url): bool { return true; } }