leandrocfe / filament-apex-charts

Apex Charts integration for Filament PHP.
https://filament-apex-charts-demo.leandroferreira.dev.br
MIT License
286 stars 36 forks source link

No longer need to wrap FilamentAsset::register() in resolving() #29

Closed cheesegrits closed 1 year ago

cheesegrits commented 1 year ago

As of (I think) alpha-99, you should no longer wrap FilamentAsset::register() calls inside an app()->resolving(), as Filament now handles that internally. Asset manager calls still wrapped in a resolving will not work.