BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
spatie
/
crawler
/
src
/
CrawlProfiles
📤 Upload
📝 New File
📁 New Folder
Close
Editing: CrawlProfile.php
<?php namespace Spatie\Crawler\CrawlProfiles; use Psr\Http\Message\UriInterface; abstract class CrawlProfile { abstract public function shouldCrawl(UriInterface $url): bool; }
Save
Cancel