uawdijnntqw1x1x1
IP : 216.73.216.28
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
.
/
vendor
/
ether
/
seo
/
.
/
src
/
records
/
SitemapRecord.php
/
/
<?php namespace ether\seo\records; use craft\db\ActiveRecord; /** * Class SitemapRecord * * @property int $id * @property string $group * @property string $url * @property string $frequency * @property float $priority * @property bool $enabled * * @package ether\seo\records */ class SitemapRecord extends ActiveRecord { public static $tableName = '{{%seo_sitemap}}'; public static function tableName () { return self::$tableName; } }
/srv/users/craft4/apps/craft4-newsite-space/./vendor/ether/seo/./src/records/SitemapRecord.php