Skip to content

Commit

Permalink
refactor (bus): change bus ext to true
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorMatt committed Sep 7, 2020
1 parent 6ad1978 commit c6f7592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/public/infra/bus.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ class MessageBus {
MessageBus._connection = 1

MessageBus.int = new MessageBus(false)
MessageBus.ext = new MessageBus(false)
MessageBus.ext = new MessageBus(true)
})()

0 comments on commit c6f7592

Please sign in to comment.