Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1028 do not compile the bundle class (xabbuh)
This PR was merged into the master branch. Discussion ---------- do not compile the bundle class Adding the bundle class to the list of compiled classes breaks locating bundle resources (due to how the `getPath()` method is implemented in the base `Bundle` class in the HttpKernel component: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Bundle/Bundle.php#L119-L127). This fixes #1027. Commits ------- c199e2e do not compile the bundle class
- Loading branch information