8000 [FrameworkBundle] Warmup annotations for bundle-less controllers and … · symfony/symfony@feb5e62 · GitHub
[go: up one dir, main page]

Skip to content

Commit feb5e62

Browse files
[FrameworkBundle] Warmup annotations for bundle-less controllers and entities
1 parent 584b7b4 commit feb5e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

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

244244
$this->addAnnotatedClassesToCompile(array(
245-
'**Bundle\\Controller\\',
246-
'**Bundle\\Entity\\',
245+
'**\\Controller\\',
246+
'**\\Entity\\',
247247

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

0 commit comments

Comments
 (0)
0