Commit 5d7a8cdd authored by Marvin Parsons's avatar Marvin Parsons Committed by Ivan Trokhanenko
Browse files

Resolve #3089830 "Drupal 9 deprecated"

parent fa2bd8c1
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+9 −0
Original line number Diff line number Diff line
{
  "name": "drupal/block_token",
  "type": "drupal-module",
  "description": "The Block Token module allows you to create the tokens for blocks on site. ",
  "homepage": "https://www.drupal.org/project/block_token",
  "license": "gpl-2.0",
  "extra": { },
  "minimum-stability": "dev"
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class BlockTokenPermissions implements ContainerInjectionInterface {
   * {@inheritdoc}
   */
  public static function create(ContainerInterface $container) {
    return new static($container->get('entity.manager'));
    return new static($container->get('entity_type.manager'));
  }

  public static function permissions() {