Skip to content

Commit

Permalink
Change instance binding of CONTAINER to be an alias binding
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 26, 2024
1 parent 8cd2eb5 commit 12266c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class Application extends Container implements ApplicationContrac
// Register core application bindings
if (application !== null) {
application.instance(CORE, this);
application.instance(CONTAINER, this);
application.alias(CORE, CONTAINER);
}

return application;
Expand Down

0 comments on commit 12266c3

Please sign in to comment.