think-orm

This commit is contained in:
2025-08-15 10:51:00 +08:00
parent b461dab6fb
commit dc60b38526
27 changed files with 169 additions and 49 deletions

View File

@@ -283,7 +283,7 @@ class Helper
return $data['id'];
}
$connection = $data['table']['databaseConnection'] ?: config('database.default');
$connection = $data['table']['databaseConnection'] ?: config('think-orm.default');
$log = CrudLog::create([
'table_name' => $data['table']['name'],
'comment' => $data['table']['comment'],