mirror of
https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle.git
synced 2026-03-24 00:32:20 +01:00
[PR #1] [MERGED] The Extension file contains the wrong class. #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle/pull/1
Author: @dbtlr
Created: 11/12/2011
Status: ✅ Merged
Merged: 11/12/2011
Merged by: @stof
Base:
master← Head:patch-1📝 Commits (1)
5f39fc8The Extension file contains the wrong class. This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
DependencyInjection/FOSAdvancedEncoderExtension.php(+1 -1)📄 Description
This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.