Skip to content

Commit

Permalink
[PropelBundle] added automatic bootstrapping of Propel in the boot
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 27, 2010
1 parent c9e8934 commit c1e0c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Framework/PropelBundle/Bundle.php
Expand Up @@ -43,5 +43,7 @@ public function boot(ContainerInterface $container)
$autoloader = \PropelAutoloader::getInstance();
$autoloader->addClassPaths(include($autoload));
$autoloader->register();

$container->getPropelService();
}
}

0 comments on commit c1e0c3e

Please sign in to comment.