Skip to content

Commit e79977a

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Profiler] Fix request_collector check in main layout Github template: Remove EOM 3.2 from branch suggestion [Security] Fix security.interactive_login event const doc block Update Container.php: Deprecated -> @deprecated allow phpdocumentor/reflection-docblock >=3.2.1 Avoid infinite loops when profiler data is malformed [FrameworkBundle] Warmup annotations for bundle-less controllers and entities [HttpFoundation] Generate safe fallback filename for wrongly encoded filename
2 parents 1560c10 + baca9f9 commit e79977a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ public function load(array $configs, ContainerBuilder $container)
259259
}
260260

261261
$this->addAnnotatedClassesToCompile(array(
262-
'**Bundle\\Controller\\',
263-
'**Bundle\\Entity\\',
262+
'**\\Controller\\',
263+
'**\\Entity\\',
264264

265265
// Added explicitly so that we don't rely on the class map being dumped to make it work
266266
'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',

0 commit comments

Comments
 (0)