hirethunk / verbs

Verbs is an event sourcing package for PHP artisans
https://verbs.thunk.dev
MIT License
412 stars 32 forks source link

Use scoped singletons where appropriate #149

Closed inxilpro closed 3 months ago

inxilpro commented 3 months ago

If using Verbs inside a queue or Laravel Octane, it's possible for classes to not be properly reset. By using scoped singletons, we avoid that entirely.