* lib: change the return value of the get() method to mixed.

This commit is contained in:
liugang
2023-05-19 13:19:17 +08:00
parent 071292b3fa
commit 92622a21db
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class validater extends baseValidater
*/
class fixer extends baseFixer
{
public function get(string $fields = ''): object
public function get(string $fields = ''): mixed
{
global $config;
/* Get extend field by flow. */