We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in Bundle/CoreBundle/VictoireCoreBundle.php, line 18
VictoireCoreBundle has a non-empty boot method, which may slow down Symfony2 application boot.
VictoireCoreBundle
class VictoireCoreBundle extends Bundle { /** * create admin menu, add listeners for generate contextual menu item and dispatch globals item menus */ public function boot() { $driverChain = $this->container->get('doctrine.orm.entity_manager')->getConfiguration()->getMetadataDriverImpl(); $proxyDriver = $this->container->get('victoire_core.entity_proxy.cache_driver'); $driverChain->addDriver($proxyDriver, 'Victoire');
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in Bundle/CoreBundle/VictoireCoreBundle.php, line 18
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: