github-pachong/app/Models/SitePathMap.php
hellcat c69d35d1bb 1
2026-01-10 16:40:33 +08:00

13 lines
184 B
PHP
Executable File

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class SitePathMap extends Model
{
protected $table = 'site_path_map';
public $timestamps = false;
}