Skip to content

Commit

Permalink
Fix issue presenting on login screen with class attributes (#462)
Browse files Browse the repository at this point in the history
* Fix issue presenting on login screen with class attributes

* Fix build error for namespace
  • Loading branch information
krakerag authored Jan 2, 2024
1 parent 9077572 commit 7df6d47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/tide_cms_support/src/Plugin/Block/HelpBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface {
*/
protected $routeMatch;

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

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

0 comments on commit 7df6d47

Please sign in to comment.