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

@@ -1322,14 +1322,14 @@ function shiro_simple_hash_hex_salt(string $algorithm, string $source, ?string $
if(!function_exists('get_master_connect_name')) {
function get_master_connect_name()
{
return config('database.z_library');
return config('think-orm.z_library');
}
}
if(!function_exists('get_slave_connect_name')) {
function get_slave_connect_name()
{
return config('database.search_library');
return config('think-orm.search_library');
}
}