Skip to content

Commit

Permalink
Fix issue presenting on login screen with class attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
krakerag committed Jan 1, 2024
1 parent 9077572 commit 5d53b0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/tide_cms_support/src/Plugin/Block/HelpBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\Routing\RouteMatchInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;

/**
Expand Down Expand Up @@ -37,6 +38,13 @@ class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface {
*/
protected $routeMatch;

/**
* The current route match.
*
* @var Request | null
*/
protected $request;

/**
* Creates a HelpBlock instance.
*
Expand Down

0 comments on commit 5d53b0e

Please sign in to comment.