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

attribute() public static method

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