Skip to content

Commit

Permalink
Fix "Context: Using short namespace alias "LeagueOAuth2ServerBundle" …
Browse files Browse the repository at this point in the history
…by calling !! Doctrine\ORM\Configuration::addEntityNamespace"
  • Loading branch information
chihiro-adachi committed Jan 17, 2024
1 parent 196b582 commit 4403965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codeception/_data/plugins/Bundle-1.0.0/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "eccube-plugin",
"require": {
"ec-cube/plugin-installer": "^2.0",
"league/oauth2-server-bundle": "^0.3",
"league/oauth2-server-bundle": "^0.5",
"nyholm/psr7": "^1.2",
"webonyx/graphql-php": "^14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion codeception/_data/plugins/Bundle-1.0.1/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "eccube-plugin",
"require": {
"ec-cube/plugin-installer": "^2.0",
"league/oauth2-server-bundle": "^0.3",
"league/oauth2-server-bundle": "^0.5",
"nyholm/psr7": "^1.2",
"webonyx/graphql-php": "^14.0"
},
Expand Down

0 comments on commit 4403965

Please sign in to comment.