Skip to content

使用“Db::raw”编辑器内爆红线 #10

@RenLoong

Description

@RenLoong
        /**
         * 使用表达式设置数据.
         *
         * @param string $value 表达式
         *
         * @return \think\db\Raw
         */
        public static function raw(string $value)
        {
            /** @var \think\db\Raw */
            return new \think\db\Raw($value);
        }

在206行增加以上方法可解决

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions