/home/techb158/ileadtechnology.com/vendor/spatie/laravel-sitemap/src/Crawler
NameSizeModeActions
Observer.php16020644editdlrm
Profile.php4850644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/spatie/laravel-sitemap/src/Crawler/Profile.php (485B)
profile = $callback; } /* * Determine if the given url should be crawled. */ public function shouldCrawl(UriInterface $url): bool { return ($this->profile)($url); } }