This commit is contained in:
2022-09-20 11:17:59 +08:00
parent 41bce52883
commit 4dc55fd772
2 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -305,11 +305,11 @@ class Db implements ISqlBuilder
/**
* @param string $table
* @param Connection|NULL $connection
* @return bool|int|null
* @return mixed
* @throws ConfigException
* @throws Exception
*/
public static function desc(string $table, Connection $connection = NULL): bool|int|null
public static function desc(string $table, Connection $connection = NULL): mixed
{
$connection = static::getDefaultConnection($connection);