X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FBlockAccessControlHandler.php;fp=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FBlockAccessControlHandler.php;h=35af61ed5429ffcf3c3e5304fdefcc9e6c3fec83;hp=176c32674f0d2fcf000a7415b547c2b201a4a061;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/block/src/BlockAccessControlHandler.php b/web/core/modules/block/src/BlockAccessControlHandler.php index 176c32674..35af61ed5 100644 --- a/web/core/modules/block/src/BlockAccessControlHandler.php +++ b/web/core/modules/block/src/BlockAccessControlHandler.php @@ -61,7 +61,7 @@ class BlockAccessControlHandler extends EntityAccessControlHandler implements En * @param \Drupal\Core\Plugin\Context\ContextRepositoryInterface $context_repository * The lazy context repository service. */ - public function __construct(EntityTypeInterface $entity_type, ContextHandlerInterface $context_handler, ContextRepositoryInterface $context_repository ) { + public function __construct(EntityTypeInterface $entity_type, ContextHandlerInterface $context_handler, ContextRepositoryInterface $context_repository) { parent::__construct($entity_type); $this->contextHandler = $context_handler; $this->contextRepository = $context_repository;