fix: typo
All checks were successful
continuous-integration/drone/push Build is passing

ref: 88e2ffc54b
This commit is contained in:
Baoshuo Ren 2023-02-01 20:45:49 +08:00
parent 360756d0ac
commit 42f20cef64
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -124,7 +124,7 @@ class DB {
return "{$field} as {$name}";
}
public static function value_as($value, $name) {
return DB::value($value)."as {$name}";
return DB::value($value)." as {$name}";
}
public static function if_func($conds, $val1, $val2) {