]> git.localhorst.tv Git - alttp.git/blob - SitemapUrl.php
0d542a5d69234a3c7dfd010eb437ccdd9ca06acb
[alttp.git] / SitemapUrl.php
1 <?php
2
3 namespace App\Models;
4
5 class SitemapUrl {
6
7         public $path = '';
8         public $lastmod = null;
9         public $changefreq = 'never';
10         public $priority = 0.0;
11
12 }