PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
spatie
/
laravel-sitemap
/
src
/
Contracts
/
Editing: Sitemapable.php
<?php namespace Spatie\Sitemap\Contracts; use Spatie\Sitemap\Tags\Url; interface Sitemapable { public function toSitemapTag(): Url | string | array; }
SAVE
CANCEL