Skip to content
New issue

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

Fix container aware interface location #701

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

alexander-schranz
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

Fix container aware interface location.

Why?

The autoloader could not find the containerawareinterface and ends up in interface not found Sulu\Bundle\ArticleBundle\ContainerAwareInterface.

@alexander-schranz alexander-schranz added the bug Error or unexpected behavior of already existing functionality label Aug 27, 2024
@@ -9,12 +9,13 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added namespace to avoid conflict

@Prokyonn Prokyonn enabled auto-merge (squash) August 27, 2024 10:02
@Prokyonn Prokyonn merged commit b78af22 into sulu:2.6 Aug 27, 2024
9 checks passed
@alexander-schranz alexander-schranz deleted the bugfix/php-cr-migraton-interface branch August 27, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error or unexpected behavior of already existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants