Skip to content

Commit

Permalink
[FrameworkBundle] Warmup annotations for bundle-less controllers and …
Browse files Browse the repository at this point in the history
…entities
  • Loading branch information
nicolas-grekas committed Aug 3, 2017
1 parent 584b7b4 commit feb5e62
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -242,8 +242,8 @@ public function load(array $configs, ContainerBuilder $container)
}

$this->addAnnotatedClassesToCompile(array(
'**Bundle\\Controller\\',
'**Bundle\\Entity\\',
'**\\Controller\\',
'**\\Entity\\',

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

0 comments on commit feb5e62

Please sign in to comment.