think-orm
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user