schmunk42\giiant\generators\crud\callbacks\base\Callback::column PHP Method

column() public static method

public static column ( ) : Closure
return Closure standard column, without any formatting
    public static function column()
    {
        return function ($attribute) {
            return "'{$attribute}'";
        };
    }