remove php matomo
This commit is contained in:
@@ -6,6 +6,7 @@ use Illuminate\Console\Command;
|
||||
use Spatie\Sitemap\SitemapGenerator;
|
||||
use Spatie\Crawler\Crawler;
|
||||
use Spatie\Sitemap\Tags\Url;
|
||||
use Alfrasc\MatomoTracker\Facades\LaravelMatomoTracker;
|
||||
|
||||
class IkeaSitemap extends Command
|
||||
{
|
||||
@@ -31,6 +32,7 @@ class IkeaSitemap extends Command
|
||||
public function handle()
|
||||
{
|
||||
$path = $this->argument('path');
|
||||
LaravelMatomoTracker::doTrackPageView('sitemap');
|
||||
SitemapGenerator::create('https://prices.soson.eu')
|
||||
->configureCrawler(function (Crawler $crawler) {
|
||||
$crawler->ignoreRobots();
|
||||
|
||||
Reference in New Issue
Block a user