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

Update file RedirectResponseSubscriber.php

parent c07130c7
No related branches found
No related tags found
No related merge requests found
Pipeline #107119 passed
Pipeline: drupal-3419693

#107124

    ......@@ -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