[FrameworkBundle] finished code migration after the removal of the ArrayAccess interface for the Container

This commit is contained in:
Fabien Potencier 2010-11-15 11:13:01 +01:00
parent f6cc63c99c
commit f21c58c56b

View File

@ -27,7 +27,7 @@ class FrameworkBundle extends Bundle
public function boot() public function boot()
{ {
if ($this->container->has('error_handler')) { if ($this->container->has('error_handler')) {
$this->container['error_handler']; $this->container->get('error_handler');
} }
if ($this->container->hasParameter('csrf_secret')) { if ($this->container->hasParameter('csrf_secret')) {