Skip to content

Commit

Permalink
[FrameworkBundle] fixed merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 21, 2011
1 parent 5a528bc commit 82a5ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -414,7 +414,7 @@ protected function initializeBundles()
*
* @return string The container class
*/
protected function getContainerClass()
public function getContainerClass()
{
return $this->name.ucfirst($this->environment).($this->debug ? 'Debug' : '').'ProjectContainer'.($this->cacheDir ? 'Tmp' : '');
}
Expand Down

0 comments on commit 82a5ae6

Please sign in to comment.