]> git.localhorst.tv Git - alttp.git/blob - app/Models/SitemapUrl.php
better schedule start
[alttp.git] / app / Models / 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 }