Open logan-christensen opened 1 year ago
I often use the @scopedslot directive while passing only a single variable:
@scopedslot('name', ($user)) ... @endscopedslot
This PR would make the parenthesis syntax around the function arguments optional.
@scopedslot('name', $user) ... @endscopedslot
My reasoning is as follows:
I often use the @scopedslot directive while passing only a single variable:
This PR would make the parenthesis syntax around the function arguments optional.
My reasoning is as follows: