Skip to content
Snippets Groups Projects
Commit d4fc826a authored by mondrake's avatar mondrake
Browse files

Update file RedirectResponseSubscriber.php

parent bf40201b
No related branches found
No related tags found
No related merge requests found
Pipeline #96588 passed
Pipeline: drupal-3419693

#96597

    ......@@ -42,7 +42,7 @@ public function __construct(
    protected ?LoggerInterface $logger = NULL,
    ) {
    if (!isset($this->logger)) {
    @trigger_error('Calling ' . __METHOD__ . '() without the $logger argument is deprecated in drupal:10.3.0 and the $logger argument will be required in drupal:11.0.0. See https://www.drupal.org/node/7654321', E_USER_DEPRECATED);
    @trigger_error('Calling ' . __METHOD__ . '() without the $logger argument is deprecated in drupal:10.3.0 and the $logger argument will be required in drupal:11.0.0. See https://www.drupal.org/node/3421875', E_USER_DEPRECATED);
    $this->logger = \Drupal::service('logger.channel.php');
    }
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment