restore admin helper chain and stabilize seo routes

This commit is contained in:
root
2026-04-15 18:51:27 +08:00
parent bd073c6795
commit 7fff1a9944
24 changed files with 2293 additions and 41 deletions

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
namespace app\model;
class SeoExternalSnapshotModel extends BaseModel
{
protected $name = 'seo_external_snapshot';
protected $pk = 'id';
}