Skip to content

Commit

Permalink
Lower the priority of the base implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jun 11, 2021
1 parent fc1d1ef commit 641b16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSubscriber/StompHeaderSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
*/
public static function getSubscribedEvents() {
return [
StompHeaderEventInterface::EVENT_NAME => 'baseAuth',
StompHeaderEventInterface::EVENT_NAME => ['baseAuth', -100],
];
}

Expand Down

0 comments on commit 641b16c

Please sign in to comment.