Skip to content

Instantly share code, notes, and snippets.

@mssoylu
Created February 6, 2021 20:19
Show Gist options
  • Save mssoylu/8849e969a97746ae95f0513570f99617 to your computer and use it in GitHub Desktop.
Save mssoylu/8849e969a97746ae95f0513570f99617 to your computer and use it in GitHub Desktop.
<?php
public function load(array $configs, ContainerBuilder $container)
{
// ...
$this->addAnnotatedClassesToCompile([
// you can define the fully qualified class names...
'App\\Controller\\DefaultController',
// ... but glob patterns are also supported:
'**Bundle\\Controller\\',
// ...
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment