This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Bundle
Justin Hileman b8c531e1fc Add a namespace separator for console commands in Command sub-directories.
Fixes a bug in `Bundle::registerCommands` with console commands in sub-directories of `Command`. `MyBundle\Command\FooCommand` worked great, but with `MyBundle\Command\Bar\BazCommand` Bundle would try to register `MyBundle\CommandBar\BazCommand` instead.
2011-02-17 19:39:21 +01:00
..
Bundle.php Add a namespace separator for console commands in Command sub-directories. 2011-02-17 19:39:21 +01:00
BundleInterface.php added the concept of a main DIC extension for bundles 2011-02-15 22:11:07 +01:00