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
/
RedirectRecord.php
/
/
<?php namespace ether\seo\records; use craft\db\ActiveRecord; /** * Class RedirectRecord * * @property int $id * @property int $order * @property string $uri * @property string $to * @property string $type * @property int|null $siteId * * @package ether\seo\records */ class RedirectRecord extends ActiveRecord { // Props // ========================================================================= // Props: Public Static // ------------------------------------------------------------------------- /** @var string */ public static $tableName = '{{%seo_redirects}}'; // Public Methods // ========================================================================= // Public Methods: Static // ------------------------------------------------------------------------- /** * @return string */ public static function tableName (): string { return self::$tableName; } }
/srv/users/craft4/apps/craft4-newsite-space/./vendor/ether/seo/./src/records/RedirectRecord.php