PacktPublishing / Drupal-9-Module-Development-Third-Edition

Drupal 9 Module Development, published by Packt
69 stars 50 forks source link

HelloWorldRedirectSubscriber.php > GetResponseEvent is deprecated #5

Closed joshahubbers closed 2 years ago

joshahubbers commented 2 years ago

Maybe this should be replaced with RequestEvent? (in the use statement and line 59/62)

public function onRequest(RequestEvent $event)

joshahubbers commented 2 years ago

https://github.com/PacktPublishing/Drupal-9-Module-Development-Third-Edition/pull/6

upchuk commented 2 years ago

Hey there, please see my comment on the PR. Thanks!