We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b67a4 commit 4b0cbacCopy full SHA for 4b0cbac
src/Symfony/Component/HttpKernel/Kernel.php
@@ -480,7 +480,7 @@ protected function initializeBundles()
480
*/
481
protected function getContainerClass()
482
{
483
- return $this->name.ucfirst(preg_replace('/[^a-zA-Z0-9_\x7f-\xff]/', '', $this->environment)).($this->debug ? 'Debug' : '').'ProjectContainer';
+ return $this->name.ucfirst(preg_replace('/[^a-zA-Z0-9_]/', '', $this->environment)).($this->debug ? 'Debug' : '').'ProjectContainer';
484
}
485
486
/**
0 commit comments