This commit is contained in:
Default
2025-04-04 01:05:30 +08:00
parent 88cfb79ef5
commit 21cccf03e1

View File

@@ -4,14 +4,9 @@ declare(strict_types=1);
namespace app\model;
use DateTime;
use storage\StorageCore;
use think\facade\Cache;
use think\Model;
/**
* @mixin think\Model
*/
class ChapterModel extends MongoModel
{
protected $strCollection = 'chapter';
@@ -36,8 +31,6 @@ class ChapterModel extends MongoModel
],
];
/**
* Undocumented function
*