Loading src/Plugin/Block/GleapBlock.php +4 −4 Original line number Diff line number Diff line Loading @@ -29,23 +29,23 @@ class GleapBlock extends BlockBase implements ContainerFactoryPluginInterface { /** * The admin Gleap configuration. * * @var \Drupal\Core\Config\Config\ConfigFactoryInterface * @var \Drupal\Core\Config\ConfigFactoryInterface */ protected ConfigFactoryInterface $configFactory; protected $configFactory; /** * The current user. * * @var Drupal\Core\Session\AccountInterface */ protected AccountInterface $currentUser; protected $currentUser; /** * The messenger. * * @var \Drupal\Core\Messenger\MessengerInterface */ protected MessengerInterface $messenger; protected $messenger; /** * Gleap Block. Loading Loading
src/Plugin/Block/GleapBlock.php +4 −4 Original line number Diff line number Diff line Loading @@ -29,23 +29,23 @@ class GleapBlock extends BlockBase implements ContainerFactoryPluginInterface { /** * The admin Gleap configuration. * * @var \Drupal\Core\Config\Config\ConfigFactoryInterface * @var \Drupal\Core\Config\ConfigFactoryInterface */ protected ConfigFactoryInterface $configFactory; protected $configFactory; /** * The current user. * * @var Drupal\Core\Session\AccountInterface */ protected AccountInterface $currentUser; protected $currentUser; /** * The messenger. * * @var \Drupal\Core\Messenger\MessengerInterface */ protected MessengerInterface $messenger; protected $messenger; /** * Gleap Block. Loading