diff --git a/core/modules/node/lib/Drupal/node/NodeAccessController.php b/core/modules/node/lib/Drupal/node/NodeAccessController.php index 0ce3b7a..bb3e332 100644 --- a/core/modules/node/lib/Drupal/node/NodeAccessController.php +++ b/core/modules/node/lib/Drupal/node/NodeAccessController.php @@ -22,7 +22,7 @@ /** * Defines the access controller for the node entity type. */ -class NodeAccessController extends EntityAccessController implements EntityControllerInterface { +class NodeAccessController extends EntityAccessController implements EntityControllerInterface, NodeAccessControllerInterface { /** * The database connection.