statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.09k stars 534 forks source link

[5.x] Fix autoloading when addon has multiple service providers #11128

Open duncanmcclean opened 1 week ago

duncanmcclean commented 1 week ago

This pull request changes the "base path" used when autoloading addon components, to prevent addons with multiple service providers from booting the same stuff multiple times.

Fixes #11082.