This commit is contained in:
NULL
2025-07-12 18:53:03 +08:00
parent cd764e7e5f
commit d3231814bf
30 changed files with 67 additions and 490 deletions

View File

@@ -5,7 +5,6 @@ declare(strict_types=1);
namespace app\model;
use db\mongo\MongoBase;
use ddl\DDLManage;
use MongoDB\Collection;
use think\facade\Cache;
@@ -35,8 +34,6 @@ abstract class MongoModel
*/
public function __construct()
{
DDLManage::load('MongoBase');
$this->MongoBase = MongoBase::getInstance();
}