From 44b7fb98424d697a6815767d1f87f8891eb3091e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Mar 2020 00:25:20 +0000 Subject: [PATCH] Add missing use statement Fixes #2 Co-authored-by: Andy Broomfield --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65d47ed..3d1faea 100644 --- a/README.md +++ b/README.md @@ -718,6 +718,8 @@ injecting the `EntityTypeManager` and using it to return nodes from the `getAll()` method rather than the empty array. ```diff ++ use Drupal\Core\Entity\EntityTypeManagerInterface; ++ + /** + * @var \Drupal\Core\Entity\EntityStorageInterface + */