Open edalzell opened 1 week ago
I'm unable to reproduce this with a fresh site & addon. 🤔
What does your addon's ServiceProvider
look like?
Oh I bet it has something to with the fact I load a bunch of service providers in the composer.json
:
Yup, 9 service providers and it's called 9 times
Bug description
Our addon's updater gets called many times:
How to reproduce
Run
composer dump-autoload
when your add-on's updater looks like:It's using the auto-loading that was recently added.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response