Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 279 Bytes

2023-07-31-fix-symfony-bundle-container-access.md

File metadata and controls

6 lines (6 loc) · 279 Bytes
title issue
Fix Symfony bundle container access
NEXT-29615

Core

  • Changed all accesses to $this->container from within symfony bundles to assert that the container was set before, see Symfony PR for more information.