pelmered / filament-money-field

Money field powered by Money PHP
MIT License
40 stars 19 forks source link

[BugFix] : Removed `ray()` debugging from `MoneyInput` setUp #2

Closed akshay-sood closed 6 months ago

akshay-sood commented 6 months ago

Description: The MoneyInput setUp function has a ray() method that comes from spatie/ray package, and is used to debug.

This throws an error Call to undefined function Pelmered\FilamentMoneyField\Forms\Components\ray(), when the consuming application is not using ray (screenshot below).

image

P.S: Also, @pelmered: on the filament package page, the form field usage is shown wrong, you'd have to correct that manually I guess (screenshot below).

image

pelmered commented 6 months ago

Thank you! I'll be publishing a new version shortly.

akshay-sood commented 6 months ago

Thank you! I'll be publishing a new version shortly.

Cheers! Thank you for the awesome package 💯