This commit is contained in:
as2252258@163.com
2021-04-23 03:38:26 +08:00
parent a5a607495f
commit 1edd8c5429
15 changed files with 264 additions and 278 deletions
-12
View File
@@ -426,18 +426,6 @@ if (!function_exists('logger')) {
}
}
if (!function_exists('logger_insert')) {
/**
* @throws Exception
*/
function logger_insert(): void
{
Snowflake::app()->getLogger()->insert();
}
}
if (!function_exists('get_file_extension')) {
function get_file_extension($filename)