title | issue |
---|---|
Fix Symfony bundle container access |
NEXT-29615 |
- Changed all accesses to
$this->container
from within symfony bundles to assert that the container was set before, see Symfony PR for more information.
title | issue |
---|---|
Fix Symfony bundle container access |
NEXT-29615 |
$this->container
from within symfony bundles to assert that the container was set before, see Symfony PR for more information.