Closed ralphjsmit closed 1 year ago
This PR adds the Illuminate\Support\Traits\Macroable to the package. As there's currently no option to implement our own custom formatters, this would allow us to add a custom method for a specific format (e.g. ->formatMollie()).
Illuminate\Support\Traits\Macroable
->formatMollie()
Thanks!
This PR adds the
Illuminate\Support\Traits\Macroable
to the package. As there's currently no option to implement our own custom formatters, this would allow us to add a custom method for a specific format (e.g.->formatMollie()
).Thanks!