You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove unused closure parameters in DatabaseServiceProvider (#57644)
Remove unused $app parameters from closures that don't use the
application container instance. These closures only instantiate
classes without dependencies, so the container parameter is not needed.
- db.transactions singleton
- ConcurrencyErrorDetectorContract singleton
- LostConnectionDetectorContract singleton
0 commit comments